import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribePackagesRequest, DescribePackagesResponse, } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchClient"; export { __MetadataBearer }; export { $Command }; export interface DescribePackagesCommandInput extends DescribePackagesRequest {} export interface DescribePackagesCommandOutput extends DescribePackagesResponse, __MetadataBearer {} declare const DescribePackagesCommand_base: { new ( input: DescribePackagesCommandInput ): import("@smithy/core/client").CommandImpl< DescribePackagesCommandInput, DescribePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribePackagesCommandInput] ): import("@smithy/core/client").CommandImpl< DescribePackagesCommandInput, DescribePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DescribePackagesCommand extends DescribePackagesCommand_base { protected static __types: { api: { input: DescribePackagesRequest; output: DescribePackagesResponse; }; sdk: { input: DescribePackagesCommandInput; output: DescribePackagesCommandOutput; }; }; }