import type { ToolAdapter } from '../../../types/tool'; export declare const prettierAdapter: ToolAdapter; export declare const buildTargetedPrettierCommand: (args: string[]) => string[]; export declare const hasPrettierTarget: (args: string[]) => boolean; export declare const prettier: (args: string[]) => Promise;