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