export declare function prettierFormat(code: string, parser?: string, filePath?: string): Promise<string>;
