import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAnomalySubscriptionRequest, DeleteAnomalySubscriptionResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAnomalySubscriptionCommandInput extends DeleteAnomalySubscriptionRequest {} export interface DeleteAnomalySubscriptionCommandOutput extends DeleteAnomalySubscriptionResponse, __MetadataBearer {} declare const DeleteAnomalySubscriptionCommand_base: { new ( input: DeleteAnomalySubscriptionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAnomalySubscriptionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAnomalySubscriptionCommand extends DeleteAnomalySubscriptionCommand_base { protected static __types: { api: { input: DeleteAnomalySubscriptionRequest; output: {}; }; sdk: { input: DeleteAnomalySubscriptionCommandInput; output: DeleteAnomalySubscriptionCommandOutput; }; }; }