import { Workspace } from '../../workspace'; export declare function getFileTypeGlobs(options: { graphql?: boolean; others?: boolean; target?: string; }): string | false; export declare function prettierExecutable(workspace: Workspace): string; //# sourceMappingURL=utilities.d.ts.map