import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../MediaPackageClient"; import { RotateChannelCredentialsRequest, RotateChannelCredentialsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; 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, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RotateChannelCredentialsCommandInput ): import("@smithy/core/client").CommandImpl< RotateChannelCredentialsCommandInput, RotateChannelCredentialsCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class RotateChannelCredentialsCommand extends RotateChannelCredentialsCommand_base { protected static __types: { api: { input: RotateChannelCredentialsRequest; output: RotateChannelCredentialsResponse; }; sdk: { input: RotateChannelCredentialsCommandInput; output: RotateChannelCredentialsCommandOutput; }; }; }