/** * * Copyright © 2026 Ping Identity Corporation. All right reserved. * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * **/ import { z } from 'zod'; export declare const captchaConfigSchema: z.ZodObject<{ mode: z.ZodOptional>; }, z.core.$strict>;