export declare const Reference = "0123456789abcdefghijklmnopqrstuvwxyz"; export declare const Alphabeth = "abcdefghijklmnopqrstuvwxyz"; /** * convert double digits to single digit number * @param num * @returns */ export declare const getDigit: (num: number) => number; //# sourceMappingURL=index.d.ts.map