export declare function setSingleFilePrismaImportPath(importPath: string, extension?: string): void;
export declare function initSingleFile(bundleFullPath: string): void;
export declare function isSingleFileEnabled(): boolean;
export declare function appendSingleFile(filePath: string, rawContent: string): void;
export declare function flushSingleFile(): Promise<void>;
