import * as z from "zod"; import { SchemeCloudinaryAuth } from "./schemecloudinaryauth.js"; export type Security = { cloudinaryAuth?: SchemeCloudinaryAuth | undefined; oauth2?: string | undefined; }; export declare const Security$zodSchema: z.ZodType; //# sourceMappingURL=security.d.ts.map