export { wait }; declare function wait({ config, step, driver }: { config?: any; step: any; driver: any; }): Promise<{ status: string; description: string; }>; //# sourceMappingURL=wait.d.ts.map