import { Bundle } from '../../resource'; import { Internals } from '../../internals'; import { NumberSystemType } from '../../common'; import { ContextTransformInfo, NumberParams } from '../../common/private'; /** * Private API only visible internally. * * @internal */ export declare class PrivateApiImpl { private bundle; private internals; private numberParamsCache; private contextTransforms; constructor(bundle: Bundle, internals: Internals); getNumberParams(numberSystem?: NumberSystemType, defaultSystem?: NumberSystemType): NumberParams; getContextTransformInfo(): ContextTransformInfo; }