import * as z from "zod/v4-mini"; import { LicenseKeyUpdate, LicenseKeyUpdate$Outbound } from "../components/licensekeyupdate.js"; export type LicenseKeysUpdateRequest = { id: string; licenseKeyUpdate: LicenseKeyUpdate; }; /** @internal */ export type LicenseKeysUpdateRequest$Outbound = { id: string; LicenseKeyUpdate: LicenseKeyUpdate$Outbound; }; /** @internal */ export declare const LicenseKeysUpdateRequest$outboundSchema: z.ZodMiniType; export declare function licenseKeysUpdateRequestToJSON(licenseKeysUpdateRequest: LicenseKeysUpdateRequest): string; //# sourceMappingURL=licensekeysupdate.d.ts.map