/** * Returns the dimensional attribute path with the `DM.` module prefix removed. * * @param dimensionString - NLQ dimension reference (e.g. `DM.Commerce.Date.Years`) * @returns Path without `DM.` (e.g. `Commerce.Date.Years`) * * @internal */ export declare function getDimensionName(dimensionString: string): string;