import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Platform of the terminal application. */ export declare const TerminalApplicationPlatform: { readonly Undefined: "undefined"; readonly Ios: "ios"; readonly Android: "android"; }; /** * Platform of the terminal application. */ export type TerminalApplicationPlatform = ClosedEnum; /** @internal */ export declare const TerminalApplicationPlatform$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const TerminalApplicationPlatform$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=terminalapplicationplatform.d.ts.map