import z from 'zod'; export declare const OLD_PROXY_URL = "https://api.scalar.com/request-proxy"; export declare const NEW_PROXY_URL = "https://proxy.scalar.com"; /** Shared configuration for the Api Reference and Api Client */ export declare const baseConfigurationSchema: z.ZodObject<{ title: z.ZodOptional; slug: z.ZodOptional; 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>; }, z.core.$strip>; //# sourceMappingURL=base-configuration.d.ts.map