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