import type { PrettierFormat } from '../../../../types/prettier'; import type { SupportOption } from 'prettier'; export declare const resolvePrettierState: (cwd: string) => Promise<{ available: boolean; categories: string[]; configPath: string | null; current: Record; editable: boolean; format: PrettierFormat; options: SupportOption[]; }>;