export declare class Number32 { static readonly numbers: Record; static get Sings(): string; private static get MatchReg(); private static baseNumber32; private static toIntBase32; private static toIntNumber; static toBase32(input: number): string; static toNumber(base32: string): number; static isBase32(text: string): boolean; }