import { Path } from '@codama/renderers-core'; import { format } from 'prettier/standalone'; import { RenderOptions } from './options'; export type PrettierOptions = Parameters[1]; export type CodeFormatter = (code: string, path: Path) => Promise; export declare function getCodeFormatter(packageFolder: string, options: Pick): Promise; //# sourceMappingURL=formatCode.d.ts.map