export declare class ErrorCorrectionLevel {
    static forBits(bits: any): ErrorCorrectionLevel;
    static L: ErrorCorrectionLevel;
    static M: ErrorCorrectionLevel;
    static Q: ErrorCorrectionLevel;
    static H: ErrorCorrectionLevel;
    static FOR_BITS: ErrorCorrectionLevel[];
    ordinal_Renamed_Field: any;
    bits: any;
    name: any;
    constructor(ordinal: any, bits: any, name: any);
    readonly Bits: any;
    readonly Name: any;
    ordinal(): any;
}
