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