import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RotateChannelCredentialsRequest, RotateChannelCredentialsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface RotateChannelCredentialsCommandInput extends RotateChannelCredentialsRequest {} export interface RotateChannelCredentialsCommandOutput extends RotateChannelCredentialsResponse, __MetadataBearer {} declare const RotateChannelCredentialsCommand_base: { new ( input: RotateChannelCredentialsCommandInput, ): import("@smithy/core/client").CommandImpl< RotateChannelCredentialsCommandInput, RotateChannelCredentialsCommandOutput, import("..").MediaPackageClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RotateChannelCredentialsCommandInput, ): import("@smithy/core/client").CommandImpl< RotateChannelCredentialsCommandInput, RotateChannelCredentialsCommandOutput, import("..").MediaPackageClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RotateChannelCredentialsCommand extends RotateChannelCredentialsCommand_base { protected static __types: { api: { input: RotateChannelCredentialsRequest; output: RotateChannelCredentialsResponse; }; sdk: { input: RotateChannelCredentialsCommandInput; output: RotateChannelCredentialsCommandOutput; }; }; }