/**
 * 根据指定的eslint配置文件,输出格式化后的代码
 */
export declare function formate(filePath: string): Promise<void>;
