import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAliasInput, DeleteAliasOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAliasCommandInput extends DeleteAliasInput {} export interface DeleteAliasCommandOutput extends DeleteAliasOutput, __MetadataBearer {} declare const DeleteAliasCommand_base: { new ( input: DeleteAliasCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAliasCommandInput, DeleteAliasCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAliasCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAliasCommandInput, DeleteAliasCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAliasCommand extends DeleteAliasCommand_base { protected static __types: { api: { input: DeleteAliasInput; output: {}; }; sdk: { input: DeleteAliasCommandInput; output: DeleteAliasCommandOutput; }; }; }