export declare function formatFileContent(filepath: string, fileContent: string): Promise<string>;
export declare function writeFormattedFile(filepath: string, fileContent: string): Promise<void>;
