import { GraphQLObjectType } from "graphql"; import { TableByName } from "../module-plugin"; export declare function createModuleType(moduleName: string, usedTypeNames: Set, tableByName: TableByName): Promise; //# sourceMappingURL=sound.d.ts.map