import { type ICatalogAttributeHierarchy, type ICatalogDateAttributeHierarchy, type IDrillDownReference, type ObjRef } from "@gooddata/sdk-model"; /** * @internal */ export declare const hierarchyToDrillDownReference: (hierarchy: ICatalogAttributeHierarchy | ICatalogDateAttributeHierarchy, attribute: ObjRef) => IDrillDownReference; //# sourceMappingURL=drillDown.d.ts.map