export declare function file(name: string, content: string): { fileName: string; }; export declare function tsconfig(): void; export declare function packageJson(): void; export declare function defaultSetup(): void; export declare function clear(): void; //# sourceMappingURL=test-utils.d.ts.map