import { GraphQLObjectType } from "graphql"; import { TableByName } from "../module-plugin"; /** * This is the default generic handling for modules */ export declare function createModuleType(moduleFieldName: string, usedTypeNames: Set, tableByName: TableByName): Promise; //# sourceMappingURL=default.d.ts.map