export declare class BanglaLikhi {
    static bijoyToUnicode(bijoyText: string): string;
    static unicodeToBijoy(unicodeText: string): string;
}
