import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CostExplorerClient"; import { GetAnomalySubscriptionsRequest, GetAnomalySubscriptionsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetAnomalySubscriptionsCommandInput extends GetAnomalySubscriptionsRequest {} export interface GetAnomalySubscriptionsCommandOutput extends GetAnomalySubscriptionsResponse, __MetadataBearer {} declare const GetAnomalySubscriptionsCommand_base: { new ( input: GetAnomalySubscriptionsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetAnomalySubscriptionsCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetAnomalySubscriptionsCommand extends GetAnomalySubscriptionsCommand_base { protected static __types: { api: { input: GetAnomalySubscriptionsRequest; output: GetAnomalySubscriptionsResponse; }; sdk: { input: GetAnomalySubscriptionsCommandInput; output: GetAnomalySubscriptionsCommandOutput; }; }; }