import * as z from "zod/v4-mini"; import { AvailableScope } from "./availablescope.js"; export type OrganizationAccessTokenUpdate = { comment?: string | null | undefined; scopes?: Array | null | undefined; }; /** @internal */ export type OrganizationAccessTokenUpdate$Outbound = { comment?: string | null | undefined; scopes?: Array | null | undefined; }; /** @internal */ export declare const OrganizationAccessTokenUpdate$outboundSchema: z.ZodMiniType; export declare function organizationAccessTokenUpdateToJSON(organizationAccessTokenUpdate: OrganizationAccessTokenUpdate): string; //# sourceMappingURL=organizationaccesstokenupdate.d.ts.map