import { Grafaid } from '#lib/grafaid/index'; export type SchemaPointer = { type: `introspect`; url: string; headers?: Record; } | { type: `sdl`; pathOrUrl: string; } | { type: `name`; name: `github` | `hive`; }; export declare const load: (source: SchemaPointer) => Promise; //# sourceMappingURL=graphql-schema-loader.d.ts.map