import z from 'zod';
export declare const schema: z.ZodObject<{
    reportId: z.ZodString;
    variantId: z.ZodString;
    'more-detail': z.ZodString;
}, z.core.$strip>;
