import { GetAttributesFormResponse, ResponseAttributesFormItemsProps } from '../../types'; import { AttributesFormModel } from '../models'; export declare const cloneArrayIfExists: (fields: ResponseAttributesFormItemsProps[]) => any; export declare const transformAttributesForm: (response: GetAttributesFormResponse) => AttributesFormModel[]; //# sourceMappingURL=transform-attributes-form.d.ts.map