export interface GlobalSetupOptions { logsDir?: string; maxLogs?: number; workspaceDir?: string; } export declare function createGlobalSetup(options?: GlobalSetupOptions): () => Promise;