import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DeviceFarmClient"; import { RenewOfferingRequest, RenewOfferingResult } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface RenewOfferingCommandInput extends RenewOfferingRequest {} export interface RenewOfferingCommandOutput extends RenewOfferingResult, __MetadataBearer {} declare const RenewOfferingCommand_base: { new ( input: RenewOfferingCommandInput ): import("@smithy/smithy-client").CommandImpl< RenewOfferingCommandInput, RenewOfferingCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RenewOfferingCommandInput ): import("@smithy/smithy-client").CommandImpl< RenewOfferingCommandInput, RenewOfferingCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class RenewOfferingCommand extends RenewOfferingCommand_base { protected static __types: { api: { input: RenewOfferingRequest; output: RenewOfferingResult; }; sdk: { input: RenewOfferingCommandInput; output: RenewOfferingCommandOutput; }; }; }