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