import * as z from "zod/v4-mini"; export type LicenseKeysGetRequest = { id: string; }; /** @internal */ export type LicenseKeysGetRequest$Outbound = { id: string; }; /** @internal */ export declare const LicenseKeysGetRequest$outboundSchema: z.ZodMiniType; export declare function licenseKeysGetRequestToJSON(licenseKeysGetRequest: LicenseKeysGetRequest): string; //# sourceMappingURL=licensekeysget.d.ts.map