import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { Organization } from "./organization.js"; export type OrgsPage = { orgs: Array; }; /** @internal */ export declare const OrgsPage$inboundSchema: z.ZodType; export declare function orgsPageFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=orgspage.d.ts.map