export declare function output_file({ file_path, file_content }: { file_path: string; file_content: string | false; }): void; export default output_file;