import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { StartBulkAssociateWirelessDeviceWithMulticastGroupRequest } from "../models/models_0"; import { StartBulkAssociateWirelessDeviceWithMulticastGroupResponse } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput extends StartBulkAssociateWirelessDeviceWithMulticastGroupRequest {} export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput extends StartBulkAssociateWirelessDeviceWithMulticastGroupResponse, __MetadataBearer {} declare const StartBulkAssociateWirelessDeviceWithMulticastGroupCommand_base: { new ( input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput ): import("@smithy/smithy-client").CommandImpl< StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput ): import("@smithy/smithy-client").CommandImpl< StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends StartBulkAssociateWirelessDeviceWithMulticastGroupCommand_base { protected static __types: { api: { input: StartBulkAssociateWirelessDeviceWithMulticastGroupRequest; output: {}; }; sdk: { input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput; output: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput; }; }; }