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