import { z } from 'zod'; export declare const ULID_REGEX: RegExp; export declare const zUlid: z.ZodString;