import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssociatePackagesRequest, AssociatePackagesResponse, } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchClient"; export { __MetadataBearer }; export { $Command }; export interface AssociatePackagesCommandInput extends AssociatePackagesRequest {} export interface AssociatePackagesCommandOutput extends AssociatePackagesResponse, __MetadataBearer {} declare const AssociatePackagesCommand_base: { new ( input: AssociatePackagesCommandInput ): import("@smithy/core/client").CommandImpl< AssociatePackagesCommandInput, AssociatePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AssociatePackagesCommandInput ): import("@smithy/core/client").CommandImpl< AssociatePackagesCommandInput, AssociatePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class AssociatePackagesCommand extends AssociatePackagesCommand_base { protected static __types: { api: { input: AssociatePackagesRequest; output: AssociatePackagesResponse; }; sdk: { input: AssociatePackagesCommandInput; output: AssociatePackagesCommandOutput; }; }; }