import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AddAttributesToFindingsRequest, AddAttributesToFindingsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface AddAttributesToFindingsCommandInput extends AddAttributesToFindingsRequest {} export interface AddAttributesToFindingsCommandOutput extends AddAttributesToFindingsResponse, __MetadataBearer {} declare const AddAttributesToFindingsCommand_base: { new ( input: AddAttributesToFindingsCommandInput, ): import("@smithy/core/client").CommandImpl< AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput, import("..").InspectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AddAttributesToFindingsCommandInput, ): import("@smithy/core/client").CommandImpl< AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput, import("..").InspectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AddAttributesToFindingsCommand extends AddAttributesToFindingsCommand_base { protected static __types: { api: { input: AddAttributesToFindingsRequest; output: AddAttributesToFindingsResponse; }; sdk: { input: AddAttributesToFindingsCommandInput; output: AddAttributesToFindingsCommandOutput; }; }; }