import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetPoliciesStatsRequest, GetPoliciesStatsResponse, } from "../models/models_0"; import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchServerlessClient"; export { __MetadataBearer }; export { $Command }; export interface GetPoliciesStatsCommandInput extends GetPoliciesStatsRequest {} export interface GetPoliciesStatsCommandOutput extends GetPoliciesStatsResponse, __MetadataBearer {} declare const GetPoliciesStatsCommand_base: { new ( input: GetPoliciesStatsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetPoliciesStatsCommandInput, GetPoliciesStatsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetPoliciesStatsCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetPoliciesStatsCommandInput, GetPoliciesStatsCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetPoliciesStatsCommand extends GetPoliciesStatsCommand_base { protected static __types: { api: { input: {}; output: GetPoliciesStatsResponse; }; sdk: { input: GetPoliciesStatsCommandInput; output: GetPoliciesStatsCommandOutput; }; }; }