import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ResetChannelStateRequest, ResetChannelStateResponse } from "../models/models_0"; export { __MetadataBearer }; export interface ResetChannelStateCommandInput extends ResetChannelStateRequest {} export interface ResetChannelStateCommandOutput extends ResetChannelStateResponse, __MetadataBearer {} declare const ResetChannelStateCommand_base: { new ( input: ResetChannelStateCommandInput, ): import("@smithy/core/client").CommandImpl< ResetChannelStateCommandInput, ResetChannelStateCommandOutput, import("..").MediaPackageV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ResetChannelStateCommandInput, ): import("@smithy/core/client").CommandImpl< ResetChannelStateCommandInput, ResetChannelStateCommandOutput, import("..").MediaPackageV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ResetChannelStateCommand extends ResetChannelStateCommand_base { protected static __types: { api: { input: ResetChannelStateRequest; output: ResetChannelStateResponse; }; sdk: { input: ResetChannelStateCommandInput; output: ResetChannelStateCommandOutput; }; }; }