type Props = { secondsToWaitFor: number; }; export declare const executeWait: ({ secondsToWaitFor }: Props) => Promise; export {}; //# sourceMappingURL=executeWait.d.ts.map