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