import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type IvantiAvalanche = { body?: string | undefined; statusCode?: number | undefined; version?: string | undefined; }; /** @internal */ export declare const IvantiAvalanche$inboundSchema: z.ZodType; export declare function ivantiAvalancheFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=ivantiavalanche.d.ts.map