export declare function checkIsOutdated(): Promise; export declare function wrap(task: (args: any) => Promise): (args: any) => Promise;