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