import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type ElasticSearchResultsNodeInfoClusterCombinedInfoFilesystem = { available?: string | undefined; availableInBytes?: number | undefined; free?: string | undefined; freeInBytes?: number | undefined; total?: string | undefined; totalInBytes?: number | undefined; }; /** @internal */ export declare const ElasticSearchResultsNodeInfoClusterCombinedInfoFilesystem$inboundSchema: z.ZodType; export declare function elasticSearchResultsNodeInfoClusterCombinedInfoFilesystemFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=elasticsearchresultsnodeinfoclustercombinedinfofilesystem.d.ts.map