/** * Test Setup Configuration * * Global setup for all RuvBot tests */ export declare const waitFor: (condition: () => boolean | Promise, timeout?: number) => Promise; export declare const delay: (ms: number) => Promise; //# sourceMappingURL=setup.d.ts.map