import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { OrganizationCredits } from "./organizationcredits.js"; export type ResponseEnvelopeOrganizationCredits = { result?: OrganizationCredits | undefined; }; /** @internal */ export declare const ResponseEnvelopeOrganizationCredits$inboundSchema: z.ZodType; export declare function responseEnvelopeOrganizationCreditsFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=responseenvelopeorganizationcredits.d.ts.map