import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteProfileKeyRequest, DeleteProfileKeyResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteProfileKeyCommandInput extends DeleteProfileKeyRequest {} export interface DeleteProfileKeyCommandOutput extends DeleteProfileKeyResponse, __MetadataBearer {} declare const DeleteProfileKeyCommand_base: { new ( input: DeleteProfileKeyCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteProfileKeyCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteProfileKeyCommand extends DeleteProfileKeyCommand_base { protected static __types: { api: { input: DeleteProfileKeyRequest; output: DeleteProfileKeyResponse; }; sdk: { input: DeleteProfileKeyCommandInput; output: DeleteProfileKeyCommandOutput; }; }; }