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