import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { UpdateEventConfigurationByResourceTypesRequest, UpdateEventConfigurationByResourceTypesResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface UpdateEventConfigurationByResourceTypesCommandInput extends UpdateEventConfigurationByResourceTypesRequest {} export interface UpdateEventConfigurationByResourceTypesCommandOutput extends UpdateEventConfigurationByResourceTypesResponse, __MetadataBearer {} declare const UpdateEventConfigurationByResourceTypesCommand_base: { new ( input: UpdateEventConfigurationByResourceTypesCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateEventConfigurationByResourceTypesCommandInput, UpdateEventConfigurationByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [UpdateEventConfigurationByResourceTypesCommandInput] ): import("@smithy/smithy-client").CommandImpl< UpdateEventConfigurationByResourceTypesCommandInput, UpdateEventConfigurationByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateEventConfigurationByResourceTypesCommand extends UpdateEventConfigurationByResourceTypesCommand_base { protected static __types: { api: { input: UpdateEventConfigurationByResourceTypesRequest; output: {}; }; sdk: { input: UpdateEventConfigurationByResourceTypesCommandInput; output: UpdateEventConfigurationByResourceTypesCommandOutput; }; }; }