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