interface Alphabet {
    [key: string]: {
        [key: string]: string;
    };
}
export declare const mappingAlphabet: Alphabet;
export {};
