import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type DcerpcEndpoint = { bindings?: Array | null | undefined; executable?: string | undefined; explainedUuid?: string | undefined; protocol?: string | undefined; }; /** @internal */ export declare const DcerpcEndpoint$inboundSchema: z.ZodType; export declare function dcerpcEndpointFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=dcerpcendpoint.d.ts.map