export declare const B32_CHARACTERS = "0123456789ABCDEFGHJKMNPQRSTVWXYZ";
export declare const MAX_ULID = "7ZZZZZZZZZZZZZZZZZZZZZZZZZ";
export declare const MIN_ULID = "00000000000000000000000000";
export declare const ULID_REGEX: RegExp;
export declare const UUID_REGEX: RegExp;
