export default function prettifyFile(props: {
    prettierConfig: object;
    content: string;
}): Promise<string>;
