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