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