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