declare function formatFile(filepath: string): Promise<string>;
export { formatFile };
