import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteSpeakerRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteSpeakerCommandInput extends DeleteSpeakerRequest {} export interface DeleteSpeakerCommandOutput extends __MetadataBearer {} declare const DeleteSpeakerCommand_base: { new ( input: DeleteSpeakerCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteSpeakerCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteSpeakerCommand extends DeleteSpeakerCommand_base { protected static __types: { api: { input: DeleteSpeakerRequest; output: {}; }; sdk: { input: DeleteSpeakerCommandInput; output: DeleteSpeakerCommandOutput; }; }; }