export declare const B26_UC_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
export declare const B26_LC_CHARS = "abcdefghijklmnopqrstuvwxyz";
/**
 * Alias for {@link B26_LC_CHARS}
 */
export declare const B26_CHARS = "abcdefghijklmnopqrstuvwxyz";
//# sourceMappingURL=26.d.ts.map