import { z } from "zod"; export declare const stopProvideRequestSchema: z.ZodObject<{ type: z.ZodLiteral<"stopProvide">; }, z.core.$strict>; export declare const stopProvideResponseSchema: z.ZodObject<{ type: z.ZodLiteral<"stopProvide">; success: z.ZodBoolean; error: z.ZodOptional; }, z.core.$strip>; export type StopProvideRequest = z.infer; export type StopProvideResponse = z.infer; //# sourceMappingURL=stop-provide.d.ts.map