import { type ICatalogAttribute, type ICatalogDateDataset, type ObjRef } from "@gooddata/sdk-model"; import { type IAttributeData, type ICatalogAttributeData } from "./types.js"; export declare const findCatalogAttributeByRef: (catalogAttributesMap: Map, ref: ObjRef) => ICatalogAttributeData | undefined; export declare const convertToCatalogAttributeData: (attributes: ICatalogAttribute[], dates: ICatalogDateDataset[]) => Map; export declare const convertToCatalogAttributeDataByRefs: (catalogAttributesMap: Map, refs: ObjRef[]) => ICatalogAttributeData[]; export declare const appendEmptyAttribute: (attributes: IAttributeData[], baseRowIndex: number) => IAttributeData[]; export declare const searchAttributes: (attributes: ICatalogAttributeData[], selectedTab: string, searchString: string) => ICatalogAttributeData[]; //# sourceMappingURL=utils.d.ts.map