import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateEndpointsBatchRequest, UpdateEndpointsBatchResponse, } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateEndpointsBatchCommandInput extends UpdateEndpointsBatchRequest {} export interface UpdateEndpointsBatchCommandOutput extends UpdateEndpointsBatchResponse, __MetadataBearer {} declare const UpdateEndpointsBatchCommand_base: { new ( input: UpdateEndpointsBatchCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateEndpointsBatchCommandInput, UpdateEndpointsBatchCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateEndpointsBatchCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateEndpointsBatchCommandInput, UpdateEndpointsBatchCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateEndpointsBatchCommand extends UpdateEndpointsBatchCommand_base { protected static __types: { api: { input: UpdateEndpointsBatchRequest; output: UpdateEndpointsBatchResponse; }; sdk: { input: UpdateEndpointsBatchCommandInput; output: UpdateEndpointsBatchCommandOutput; }; }; }