import * as z from 'zod'; declare const StartCollectingRequestsRequest: z.ZodObject<{ appId: z.ZodString; }, z.core.$strip>; declare const StartCollectingRequestsResponse: z.ZodObject<{ settings: z.ZodOptional; collectingRequests: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; declare const StopCollectingRequestsRequest: z.ZodObject<{ appId: z.ZodString; }, z.core.$strip>; declare const StopCollectingRequestsResponse: z.ZodObject<{ settings: z.ZodOptional; collectingRequests: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; declare const GetSettingsRequest: z.ZodObject<{}, z.core.$strip>; declare const GetSettingsResponse: z.ZodObject<{ settings: z.ZodOptional; collectingRequests: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; export { GetSettingsRequest, GetSettingsResponse, StartCollectingRequestsRequest, StartCollectingRequestsResponse, StopCollectingRequestsRequest, StopCollectingRequestsResponse };