import { GraphQLSchema } from 'graphql';
import { DocumentStore } from '../types';
export declare function expandConnections(schema: GraphQLSchema, store: DocumentStore): void;
