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