import Runner from '../../runner'; import { Workspace } from '../../workspace'; export interface PrettierFormatOptions { graphql?: boolean; others?: boolean; showExpected?: boolean; target?: string; } export declare function runPrettierFormat(workspace: Workspace, runner: Runner, options: PrettierFormatOptions): Promise; //# sourceMappingURL=format.d.ts.map