export declare const formatFile: (content: string) => Promise<string>;
