import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { IndustryTaxonomy, IndustryTaxonomy$Outbound } from "./industrytaxonomy.js"; export type EnrichedIndustries = { industries: Array; }; /** @internal */ export declare const EnrichedIndustries$inboundSchema: z.ZodType; /** @internal */ export type EnrichedIndustries$Outbound = { industries: Array; }; /** @internal */ export declare const EnrichedIndustries$outboundSchema: z.ZodType; export declare function enrichedIndustriesToJSON(enrichedIndustries: EnrichedIndustries): string; export declare function enrichedIndustriesFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=enrichedindustries.d.ts.map