export default class CheckSum { private readonly DICTIONARY; private readonly DIGIT_OVERRIDE; calculate(rfc: string): string; }