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