import * as prettier from 'prettier3'; export type PrettierOptions = prettier.Options; export declare const formatWithPrettier: typeof prettier.format; //# sourceMappingURL=formatWithPrettier.d.ts.map