export default function writePrettyFile(filePath: string, content: string | object): Promise<void>;
