import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { ExportList } from "./exportlist.js"; export type NfsMountd = { exportLists?: Array | null | undefined; }; /** @internal */ export declare const NfsMountd$inboundSchema: z.ZodType; export declare function nfsMountdFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=nfsmountd.d.ts.map