import * as z from "zod/v4-mini"; import { UpdateFeatureRequest, UpdateFeatureRequest$Outbound } from "./update-feature-request.js"; export type UpdateFeatureRequestRequest = { /** * Feature ID */ id: string; /** * Feature update data */ body: UpdateFeatureRequest; }; /** @internal */ export type UpdateFeatureRequestRequest$Outbound = { id: string; body: UpdateFeatureRequest$Outbound; }; /** @internal */ export declare const UpdateFeatureRequestRequest$outboundSchema: z.ZodMiniType; export declare function updateFeatureRequestRequestToJSON(updateFeatureRequestRequest: UpdateFeatureRequestRequest): string; //# sourceMappingURL=update-feature-op.d.ts.map