import { type Instance } from '../../setup';
export declare function wait(config: Instance['config']): Promise<[void, void]> | undefined;
