import { IGraphQLConfig, IGraphQLProject, IGraphQLProjects, GraphQLConfigResult } from './types'; export declare function isMultipleProjectConfig(config: IGraphQLConfig): config is IGraphQLProjects; export declare function isSingleProjectConfig(config: IGraphQLConfig): config is IGraphQLProject; export declare function getConfig(filepath: string): Promise; export declare function findConfig(rootDir?: string): Promise; export declare function flatten(arr: T[]): T extends (infer A)[] ? A[] : T[]; //# sourceMappingURL=helpers.d.ts.map