import { Obj } from './type'; export declare function formatCode({ filepath, str, }: { filepath: string; str: string; }): Promise; export declare function formatJson({ filepath, obj, }: { filepath: string; obj: T; }): Promise; //# sourceMappingURL=prettier.d.ts.map