import type { GraphQLSchema } from 'graphql/type'; import type { SchemaHash } from 'apollo-server-types'; export declare function generateSchemaHash(schema: GraphQLSchema): SchemaHash; //# sourceMappingURL=schemaHash.d.ts.map