import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type SshEndpointId = { comment?: string | undefined; protocolVersion?: string | undefined; raw?: string | undefined; softwareVersion?: string | undefined; }; /** @internal */ export declare const SshEndpointId$inboundSchema: z.ZodType; export declare function sshEndpointIdFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=sshendpointid.d.ts.map