export declare const B16_UC_CHARS = "0123456789ABCDEF"; export declare const B16_LC_CHARS = "0123456789abcdef"; /** * Alias for {@link B16_LC_CHARS} */ export declare const B16_CHARS = "0123456789abcdef"; //# sourceMappingURL=16.d.ts.map