import { z } from 'zod'; export declare const OptionalHashId: z.ZodEffects>, number | undefined, string | null | undefined>; export declare const HashId: z.ZodEffects; export declare const OptionalId: z.ZodEffects>, string | undefined, number | null | undefined>; export declare const Id: z.ZodEffects;