import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type Mms = { model?: string | undefined; revision?: string | undefined; vendor?: string | undefined; }; /** @internal */ export declare const Mms$inboundSchema: z.ZodType; export declare function mmsFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=mms.d.ts.map