import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type SshAlgorithmSelectionDirectionAlgorithms = { cipher?: string | undefined; compression?: string | undefined; mac?: string | undefined; }; /** @internal */ export declare const SshAlgorithmSelectionDirectionAlgorithms$inboundSchema: z.ZodType; export declare function sshAlgorithmSelectionDirectionAlgorithmsFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=sshalgorithmselectiondirectionalgorithms.d.ts.map