export { Source, Loader } from '@graphql-tools/utils';
export { GraphQLConfig, loadConfig, loadConfigSync } from './config.js';
export { GraphQLProjectConfig } from './project-config.js';
export { GraphQLExtensionDeclaration } from './extension.js';
export * from './types.js';
export * from './errors.js';
export { LoadersRegistry } from './loaders.js';
//# sourceMappingURL=index.d.ts.map