import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { GetEventConfigurationByResourceTypesRequest, GetEventConfigurationByResourceTypesResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetEventConfigurationByResourceTypesCommandInput extends GetEventConfigurationByResourceTypesRequest {} export interface GetEventConfigurationByResourceTypesCommandOutput extends GetEventConfigurationByResourceTypesResponse, __MetadataBearer {} declare const GetEventConfigurationByResourceTypesCommand_base: { new ( input: GetEventConfigurationByResourceTypesCommandInput ): import("@smithy/smithy-client").CommandImpl< GetEventConfigurationByResourceTypesCommandInput, GetEventConfigurationByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetEventConfigurationByResourceTypesCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetEventConfigurationByResourceTypesCommandInput, GetEventConfigurationByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetEventConfigurationByResourceTypesCommand extends GetEventConfigurationByResourceTypesCommand_base { protected static __types: { api: { input: {}; output: GetEventConfigurationByResourceTypesResponse; }; sdk: { input: GetEventConfigurationByResourceTypesCommandInput; output: GetEventConfigurationByResourceTypesCommandOutput; }; }; }