import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeClient"; import { BatchUnsuspendUserRequest, BatchUnsuspendUserResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchUnsuspendUserCommandInput extends BatchUnsuspendUserRequest {} export interface BatchUnsuspendUserCommandOutput extends BatchUnsuspendUserResponse, __MetadataBearer {} declare const BatchUnsuspendUserCommand_base: { new ( input: BatchUnsuspendUserCommandInput ): import("@smithy/core/client").CommandImpl< BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchUnsuspendUserCommandInput ): import("@smithy/core/client").CommandImpl< BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class BatchUnsuspendUserCommand extends BatchUnsuspendUserCommand_base { protected static __types: { api: { input: BatchUnsuspendUserRequest; output: BatchUnsuspendUserResponse; }; sdk: { input: BatchUnsuspendUserCommandInput; output: BatchUnsuspendUserCommandOutput; }; }; }