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