import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../AppStreamClient"; import { BatchDisassociateUserStackRequest, BatchDisassociateUserStackResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchDisassociateUserStackCommandInput extends BatchDisassociateUserStackRequest {} export interface BatchDisassociateUserStackCommandOutput extends BatchDisassociateUserStackResult, __MetadataBearer {} declare const BatchDisassociateUserStackCommand_base: { new ( input: BatchDisassociateUserStackCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchDisassociateUserStackCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class BatchDisassociateUserStackCommand extends BatchDisassociateUserStackCommand_base { protected static __types: { api: { input: BatchDisassociateUserStackRequest; output: BatchDisassociateUserStackResult; }; sdk: { input: BatchDisassociateUserStackCommandInput; output: BatchDisassociateUserStackCommandOutput; }; }; }