interface RSBlock {
    totalCount: number;
    dataCount: number;
}
export declare class QRRSBlock {
    private static RS_BLOCK_TABLE;
    static getRSBlocks(typeNumber: number, errorCorrectionLevel: number): RSBlock[];
    private static getRsBlockTable;
}
export {};
