import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type SapientError = { errorMessage?: Array | null | undefined; packet?: string | undefined; }; /** @internal */ export declare const SapientError$inboundSchema: z.ZodType; export declare function sapientErrorFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=sapienterror.d.ts.map