import prettier from 'prettier'; export declare function formatWithSystemTool(filePath: string, language: string): boolean; export declare function getFileExtension(language: string, isTest: boolean): string; export declare function formatWithParser(content: string, parser: prettier.BuiltInParserName | string, plugins?: any[]): Promise; export declare function formatContent(content: string, language: string): Promise; //# sourceMappingURL=formatter.d.ts.map