export declare function json(obj: unknown, indent?: string | number): string; export declare function tempPath(file: string): string; export declare function createPathForFile(file: string): Promise; export declare function copyFile(fromFile: string, toFile: string): Promise; //# sourceMappingURL=util.d.ts.map