import * as z from "zod/v4-mini";
import { Result as SafeParseResult } from "../../types/fp.js";
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
export type AddressValidationResultsMessage = {
/**
* See Address Validation Codes
*/
code?: string | undefined;
/**
* See Address Validation Source
*/
source?: string | undefined;
text?: string | undefined;
type?: string | undefined;
};
/** @internal */
export declare const AddressValidationResultsMessage$inboundSchema: z.ZodMiniType;
export declare function addressValidationResultsMessageFromJSON(jsonString: string): SafeParseResult;
//# sourceMappingURL=addressvalidationresultsmessage.d.ts.map