interface RemoveAttributeInput { key: string; } export declare function removeAttribute(data: RemoveAttributeInput): Promise; export {}; //# sourceMappingURL=removeAttribute.d.ts.map