import type { WrappedException } from 'azure-devops-node-api/interfaces/common/VSSInterfaces';
import { z } from 'zod';
declare const WrappedException: z.ZodSchema<WrappedException>;
export declare const WrappedExceptionSchema: z.ZodPipeline<z.ZodEffects<z.ZodString, string | number | boolean | import("type-fest").JsonObject | import("type-fest").JsonValue[] | readonly import("type-fest").JsonValue[] | null, string>, z.ZodType<WrappedException, z.ZodTypeDef, WrappedException>>;
export {};
