export declare class GraphQLTypesLoader {
    mergeTypesByPaths(paths: string | string[]): Promise<string>;
    private getTypesFromPaths;
    private includeNodeModules;
}
//# sourceMappingURL=graphql-types.loader.d.ts.map