import { type ICatalogAttributeHierarchy, type ICatalogDateAttributeHierarchy, type IDrillDownReference, type ObjRef } from "@gooddata/sdk-model"; /** * @internal */ export declare function existBlacklistHierarchyPredicate(reference: IDrillDownReference, attributeHierarchy: ICatalogAttributeHierarchy | ICatalogDateAttributeHierarchy, attributeIdentifier?: ObjRef): boolean; //# sourceMappingURL=attributeHierarchyUtils.d.ts.map