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