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