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