import { GraphQLProjectConfig } from 'graphql-config'; import { Workspace } from '../workspace'; export declare function projectSourceDirectories({ paths, config }: Workspace): any[]; export declare function projectSourceDirectoryGlobPattern(workspace: Workspace): any; export declare function getGraphQLConfig({ paths: { root } }: Workspace): import("graphql-config").GraphQLConfig; export declare function getGraphQLProjects(workspace: Workspace): GraphQLProjectConfig[]; export declare function isGraphQLEnabled(workspace: Workspace): boolean; export declare function getGraphQLSchemaPath(project: GraphQLProjectConfig, idl?: boolean): string; export declare function appTypesPath({ paths: { app } }: Workspace): string; export declare function graphQLSchemaTypesPath(workspace: Workspace): string; export declare function makePrivateDirectory({ paths }: Workspace): Promise; export declare function makeGitIgnoredDirectory(path: string, force?: boolean): Promise; //# sourceMappingURL=utilities.d.ts.map