import { Options } from 'prettier'; export declare const prettierBaseConfig: Options; export declare function clearProtoDeclarationByPath(sourceFilePath: string): { err: null | string; result: string; }; export declare function clearProtoByPath(sourceFilePath: string, targetFilePath: string): boolean;