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