export declare const waitForCondition: (isReady: () => boolean, timeout?: number) => Promise<void>;
