export declare function getGatewayApolloConfig(key: string, graphRef: string): {
    key: string;
    graphRef: string;
    keyHash: string;
};
export declare function makeSubscriptionSchema({ gatewaySchema, typeDefs, resolvers }: any): import("graphql").GraphQLSchema;
//# sourceMappingURL=schema.d.ts.map