import { TestAPI } from 'vitest'; interface TempDirFixture { tempDir: string; } /** * Vitest fixture providing the test with a temporary directory to work in. */ export declare const testWithTempDir: TestAPI; export {};