/** * Render a list counter the way Word renders it, for the cached value of a * cross-reference field. * * Only the formats whose glyph sequence is unambiguous are supported. Anything * else (bullets, CJK counting, `none`, an unknown string) returns undefined — * the caller then emits a field with no cached value rather than guessing a * number Word would disagree with on refresh. */ export declare function formatNumberForLevel(value: number, format?: string): string | undefined; //# sourceMappingURL=numberFormatting.d.ts.map