import z from 'zod';
export declare const schema: z.ZodObject<{
    productCollection: z.ZodString;
}, z.core.$strip>;
