import { GraphQLSchema } from "graphql"; export declare function generateSchema(entitiesPaths: string[]): GraphQLSchema;