import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { Export } from "./export.js"; export type Nbd = { exports?: Array | null | undefined; handshakeStyle?: string | undefined; policies?: Array | null | undefined; }; /** @internal */ export declare const Nbd$inboundSchema: z.ZodType; export declare function nbdFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=nbd.d.ts.map