import { type AttributeItem } from "@gooddata/api-client-tiger"; import { type IAttribute } from "@gooddata/sdk-model"; export declare function convertAttribute(attribute: IAttribute, idx: number): AttributeItem; //# sourceMappingURL=AttributeConverter.d.ts.map