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