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