import { Attribute } from "./types";
import { ReturnObject } from "src";
export declare const updateAttribute: (databaseId: string, collectionId: string, attr: Attribute) => Promise<ReturnObject<any>>;
//# sourceMappingURL=updateAttribute.d.ts.map