import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeSDKVoiceClient"; import { DeleteVoiceProfileRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteVoiceProfileCommandInput extends DeleteVoiceProfileRequest {} export interface DeleteVoiceProfileCommandOutput extends __MetadataBearer {} declare const DeleteVoiceProfileCommand_base: { new ( input: DeleteVoiceProfileCommandInput ): import("@smithy/core/client").CommandImpl< DeleteVoiceProfileCommandInput, DeleteVoiceProfileCommandOutput, ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteVoiceProfileCommandInput ): import("@smithy/core/client").CommandImpl< DeleteVoiceProfileCommandInput, DeleteVoiceProfileCommandOutput, ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteVoiceProfileCommand extends DeleteVoiceProfileCommand_base { protected static __types: { api: { input: DeleteVoiceProfileRequest; output: {}; }; sdk: { input: DeleteVoiceProfileCommandInput; output: DeleteVoiceProfileCommandOutput; }; }; }