import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../Macie2Client"; import { GetUsageStatisticsRequest, GetUsageStatisticsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetUsageStatisticsCommandInput extends GetUsageStatisticsRequest {} export interface GetUsageStatisticsCommandOutput extends GetUsageStatisticsResponse, __MetadataBearer {} declare const GetUsageStatisticsCommand_base: { new ( input: GetUsageStatisticsCommandInput ): import("@smithy/core/client").CommandImpl< GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetUsageStatisticsCommandInput] ): import("@smithy/core/client").CommandImpl< GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetUsageStatisticsCommand extends GetUsageStatisticsCommand_base { protected static __types: { api: { input: GetUsageStatisticsRequest; output: GetUsageStatisticsResponse; }; sdk: { input: GetUsageStatisticsCommandInput; output: GetUsageStatisticsCommandOutput; }; }; }