import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../MediaPackageClient"; import { RotateIngestEndpointCredentialsRequest, RotateIngestEndpointCredentialsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface RotateIngestEndpointCredentialsCommandInput extends RotateIngestEndpointCredentialsRequest {} export interface RotateIngestEndpointCredentialsCommandOutput extends RotateIngestEndpointCredentialsResponse, __MetadataBearer {} declare const RotateIngestEndpointCredentialsCommand_base: { new ( input: RotateIngestEndpointCredentialsCommandInput ): import("@smithy/core/client").CommandImpl< RotateIngestEndpointCredentialsCommandInput, RotateIngestEndpointCredentialsCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RotateIngestEndpointCredentialsCommandInput ): import("@smithy/core/client").CommandImpl< RotateIngestEndpointCredentialsCommandInput, RotateIngestEndpointCredentialsCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class RotateIngestEndpointCredentialsCommand extends RotateIngestEndpointCredentialsCommand_base { protected static __types: { api: { input: RotateIngestEndpointCredentialsRequest; output: RotateIngestEndpointCredentialsResponse; }; sdk: { input: RotateIngestEndpointCredentialsCommandInput; output: RotateIngestEndpointCredentialsCommandOutput; }; }; }