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