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