import * as z from "zod"; export type SchemeCloudinaryAuth = { api_key: string; api_secret: string; }; export declare const SchemeCloudinaryAuth$zodSchema: z.ZodType; //# sourceMappingURL=schemecloudinaryauth.d.ts.map