export declare function writePrivateEnvFile(outputPath: string, content: string, flags: "wx" | "w"): Promise<void>;
