export declare const run: () => Promise; export declare const wait: (milliseconds: number) => Promise;