export declare class GraphQLTypesLoader {
    mergeTypesByPaths(paths: string | string[]): Promise<string>;
    private getTypesFromPaths;
    private includeNodeModules;
}
