import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeSDKMeetingsClient"; import { DeleteAttendeeRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteAttendeeCommandInput extends DeleteAttendeeRequest {} export interface DeleteAttendeeCommandOutput extends __MetadataBearer {} declare const DeleteAttendeeCommand_base: { new ( input: DeleteAttendeeCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteAttendeeCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteAttendeeCommand extends DeleteAttendeeCommand_base { protected static __types: { api: { input: DeleteAttendeeRequest; output: {}; }; sdk: { input: DeleteAttendeeCommandInput; output: DeleteAttendeeCommandOutput; }; }; }