import { z } from "zod"; export declare const OvhCredentialResponseSchema: z.ZodObject<{ consumerKey: z.ZodString; validationUrl: z.ZodString; }, z.core.$strip>; export type OvhCredentialResponse = z.infer;