import type { GraphQLInputType } from "graphql"; import type { AttributeAdapter } from "../../schema-model/attribute/model-adapters/AttributeAdapter"; export declare function getMutationInputFromAttributeType(attribute: AttributeAdapter): GraphQLInputType | string; //# sourceMappingURL=get-mutation-input-from-attribute-type.d.ts.map