import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import * as models from "../index.js"; export type GetApiV4BoundaryNodeDataCentersResponse = models.ListBoundaryNodeDataCentersResponse | models.ErrorT; /** @internal */ export declare const GetApiV4BoundaryNodeDataCentersResponse$inboundSchema: z.ZodType; /** @internal */ export type GetApiV4BoundaryNodeDataCentersResponse$Outbound = models.ListBoundaryNodeDataCentersResponse$Outbound | models.ErrorT$Outbound; /** @internal */ export declare const GetApiV4BoundaryNodeDataCentersResponse$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GetApiV4BoundaryNodeDataCentersResponse$ { /** @deprecated use `GetApiV4BoundaryNodeDataCentersResponse$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiV4BoundaryNodeDataCentersResponse$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiV4BoundaryNodeDataCentersResponse$Outbound` instead. */ type Outbound = GetApiV4BoundaryNodeDataCentersResponse$Outbound; } export declare function getApiV4BoundaryNodeDataCentersResponseToJSON(getApiV4BoundaryNodeDataCentersResponse: GetApiV4BoundaryNodeDataCentersResponse): string; export declare function getApiV4BoundaryNodeDataCentersResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapiv4boundarynodedatacenters.d.ts.map