import { Workspace } from '../../workspace'; export declare function getFileTypeGlobs(options: { graphql?: boolean; others?: boolean; }): string | false; export declare function prettierExecutable(workspace: Workspace): string;