import { DmlEntity } from "../entity"; export declare function generateGraphQLFromEntity>(entity: T): string; /** * Takes a DML entity and returns a GraphQL schema string. * @param entity */ export declare const toGraphQLSchema: (entities: T) => string; //# sourceMappingURL=create-graphql.d.ts.map