import { z } from 'zod';
export declare const durationValue: z.ZodEffects<z.ZodString, string, string>;
