import { z } from "zod"; export declare const discoverWtaSchema: z.ZodObject<{ discount_pct: z.ZodDefault>; }, z.core.$strip>; export type DiscoverWtaInput = z.infer; export declare function handleDiscoverWta(input: DiscoverWtaInput): Promise; //# sourceMappingURL=discover-wta.d.ts.map