import type { Options } from 'prettier'; export type PrettierFormatFn = (source: string, options?: Options) => string;