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