2 lines
152 B
TypeScript
2 lines
152 B
TypeScript
export declare function checkIsOutdated(): Promise<void>;
|
|
export declare function wrap(task: (args: any) => Promise<any>): (args: any) => Promise<any>;
|