export declare abstract class DecoderBase {
    static decode(str: string, specifiedSymbols: Record<number, number>): string;
    private static decodeByte;
}
