export declare class CharacterIdMap { #private; toChar(object: T): string; fromChar(character: string): T | null; }