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