import { type IMeasure } from "@gooddata/sdk-model"; /** * Returns the LDM identifier the measure ultimately resolves to. * * - Simple measures: the identifier of the underlying catalog metric * - Derived measures (PoP, previous period): follows the chain to the master * - Arithmetic measures (and anything without an identifier ref): undefined * * @internal */ export declare function resolveMeasureLdmIdentifier(measure: IMeasure, allMeasures: IMeasure[]): string | undefined; //# sourceMappingURL=measureLdmIdentifier.d.ts.map