import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RotateIngestEndpointCredentialsRequest, RotateIngestEndpointCredentialsResponse, } from "../models/models_0"; export { __MetadataBearer }; 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, import("..").MediaPackageClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RotateIngestEndpointCredentialsCommandInput, ): import("@smithy/core/client").CommandImpl< RotateIngestEndpointCredentialsCommandInput, RotateIngestEndpointCredentialsCommandOutput, import("..").MediaPackageClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RotateIngestEndpointCredentialsCommand extends RotateIngestEndpointCredentialsCommand_base { protected static __types: { api: { input: RotateIngestEndpointCredentialsRequest; output: RotateIngestEndpointCredentialsResponse; }; sdk: { input: RotateIngestEndpointCredentialsCommandInput; output: RotateIngestEndpointCredentialsCommandOutput; }; }; }