import { z } from "zod"; export declare const RouteSpecificResourceSettingsSchema: z.ZodObject<{ path: z.ZodString; }, z.core.$catchall>; export declare const SpecificResourceSettingsSchema: z.ZodObject<{ path: z.ZodString; }, z.core.$catchall>; export type RouteSpecificResourceSettings = z.infer; //# sourceMappingURL=specific-resource-settings.d.ts.map