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