/** * Global test setup file for backend tests * Ensures test isolation by using temporary config directories */ export declare const getTestConfigPath: () => string; export declare const getTestConfigDir: () => string; //# sourceMappingURL=setup.d.ts.map