import type { DocumentNode, ObjectTypeDefinitionNode } from "graphql"; type DocumentToAugment = { document: DocumentNode; typesExcludedFromGeneration: { jwt?: { type: ObjectTypeDefinitionNode; jwtFieldsMap: Map; }; }; }; export declare function makeDocumentToAugment(document: DocumentNode): DocumentToAugment; export {}; //# sourceMappingURL=make-document-to-augment.d.ts.map