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