import type z from 'zod'; export declare const apiClientConfigurationSchema: z.ZodObject<{ authentication: z.ZodOptional; baseServerURL: z.ZodOptional; hideClientButton: z.ZodCatch>>; proxyUrl: z.ZodOptional; searchHotKey: z.ZodOptional>; servers: z.ZodOptional>; showSidebar: z.ZodCatch>>; showDeveloperTools: z.ZodCatch>>>; showToolbar: z.ZodCatch>>>; operationTitleSource: z.ZodCatch>>>; theme: z.ZodCatch>>>; _integration: z.ZodOptional>>; onRequestSent: z.ZodOptional, z.ZodVoid>>; persistAuth: z.ZodCatch>>; plugins: z.ZodOptional, z.ZodObject<{ name: z.ZodString; views: z.ZodOptional; component: z.ZodUnknown; props: z.ZodOptional>; }, z.core.$strip>>>; 'response.section': z.ZodOptional; component: z.ZodUnknown; props: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; hooks: z.ZodOptional; }, z.core.$strip>], null>, z.core.$ZodFunctionOut>>; onResponseReceived: z.ZodOptional; operation: z.ZodRecord; }, z.core.$strip>], null>, z.core.$ZodFunctionOut>>; }, z.core.$strip>>; }, z.core.$strip>>>>; telemetry: z.ZodDefault>; default: z.ZodCatch>>; url: z.ZodOptional; content: z.ZodOptional, z.ZodFunction, z.ZodRecord>]>>; title: z.ZodOptional; slug: z.ZodOptional; spec: z.ZodOptional; content: z.ZodOptional, z.ZodFunction, z.ZodRecord>]>>; }, z.core.$strip>>; }, z.core.$strip>; export type ApiClientConfiguration = z.infer; //# sourceMappingURL=api-client-configuration.d.ts.map