declare const _exports: { prettierAllFile: typeof prettierAllFile; prettierChangeFile: typeof prettierChangeFile; }; export = _exports; declare function prettierAllFile(): void; declare function prettierChangeFile(): void;