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