import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AddProfileKeyRequest, AddProfileKeyResponse } from "../models/models_0"; export { __MetadataBearer }; export interface AddProfileKeyCommandInput extends AddProfileKeyRequest {} export interface AddProfileKeyCommandOutput extends AddProfileKeyResponse, __MetadataBearer {} declare const AddProfileKeyCommand_base: { new ( input: AddProfileKeyCommandInput, ): import("@smithy/core/client").CommandImpl< AddProfileKeyCommandInput, AddProfileKeyCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AddProfileKeyCommandInput, ): import("@smithy/core/client").CommandImpl< AddProfileKeyCommandInput, AddProfileKeyCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AddProfileKeyCommand extends AddProfileKeyCommand_base { protected static __types: { api: { input: AddProfileKeyRequest; output: AddProfileKeyResponse; }; sdk: { input: AddProfileKeyCommandInput; output: AddProfileKeyCommandOutput; }; }; }