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