import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetEffectiveLifecyclePolicyRequest, BatchGetEffectiveLifecyclePolicyResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetEffectiveLifecyclePolicyCommandInput extends BatchGetEffectiveLifecyclePolicyRequest {} export interface BatchGetEffectiveLifecyclePolicyCommandOutput extends BatchGetEffectiveLifecyclePolicyResponse, __MetadataBearer {} declare const BatchGetEffectiveLifecyclePolicyCommand_base: { new ( input: BatchGetEffectiveLifecyclePolicyCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetEffectiveLifecyclePolicyCommandInput, BatchGetEffectiveLifecyclePolicyCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchGetEffectiveLifecyclePolicyCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetEffectiveLifecyclePolicyCommandInput, BatchGetEffectiveLifecyclePolicyCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetEffectiveLifecyclePolicyCommand extends BatchGetEffectiveLifecyclePolicyCommand_base { protected static __types: { api: { input: BatchGetEffectiveLifecyclePolicyRequest; output: BatchGetEffectiveLifecyclePolicyResponse; }; sdk: { input: BatchGetEffectiveLifecyclePolicyCommandInput; output: BatchGetEffectiveLifecyclePolicyCommandOutput; }; }; }