import { type ICatalogMeasure, type ObjRef, type ObjRefInScope } from "@gooddata/sdk-model"; import { type ObjRefMap } from "../../_staging/metadata/objRefMap.js"; /** * Matches a dashboard MVF measure reference against the identifier used in drill URL placeholders. * * @internal */ export declare function dashboardMeasureValueFilterMatchesIdentifier(measureRef: ObjRef, identifier: string, catalogMeasures: ObjRefMap): boolean; /** * Matches an insight MVF measure reference against the identifier used in drill URL placeholders. * * @internal */ export declare function insightMeasureValueFilterMatchesIdentifier(measureRef: ObjRefInScope, identifier: string): boolean; //# sourceMappingURL=measureValueFilterUtils.d.ts.map