import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteUserEndpointsRequest, DeleteUserEndpointsResponse, } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteUserEndpointsCommandInput extends DeleteUserEndpointsRequest {} export interface DeleteUserEndpointsCommandOutput extends DeleteUserEndpointsResponse, __MetadataBearer {} declare const DeleteUserEndpointsCommand_base: { new ( input: DeleteUserEndpointsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteUserEndpointsCommandInput, DeleteUserEndpointsCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteUserEndpointsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteUserEndpointsCommandInput, DeleteUserEndpointsCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteUserEndpointsCommand extends DeleteUserEndpointsCommand_base { protected static __types: { api: { input: DeleteUserEndpointsRequest; output: DeleteUserEndpointsResponse; }; sdk: { input: DeleteUserEndpointsCommandInput; output: DeleteUserEndpointsCommandOutput; }; }; }