import { TFunction } from '@sisense/sdk-common'; import { DimensionalLevelAttribute } from '@sisense/sdk-data'; /** * Creates a level attribute from a base level attribute and a granularity * * @param baseLevelAttribute - The base level attribute * @param granularity - The granularity * @param t - The translation function * @returns The level attribute */ export declare function createLevelAttribute(baseLevelAttribute: DimensionalLevelAttribute, granularity: string, t?: TFunction): DimensionalLevelAttribute;