import { z } from 'zod'; export declare const accountIdSchema: z.ZodUUID; export type AccountId = z.infer;