export declare const createTempDir: () => Promise<string>;
export declare const cleanupTempDir: (dir: string) => Promise<void>;
export declare const mockConsole: () => {
    logs: string[];
    errors: string[];
    warns: string[];
    restore: () => void;
};
export declare const mockProcessExit: () => {
    mockExit: jest.Mock<any, any, any>;
    restore: () => void;
};
//# sourceMappingURL=setup.d.ts.map