import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GreengrassClient"; import { AssociateServiceRoleToAccountRequest, AssociateServiceRoleToAccountResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AssociateServiceRoleToAccountCommandInput extends AssociateServiceRoleToAccountRequest {} export interface AssociateServiceRoleToAccountCommandOutput extends AssociateServiceRoleToAccountResponse, __MetadataBearer {} declare const AssociateServiceRoleToAccountCommand_base: { new ( input: AssociateServiceRoleToAccountCommandInput ): import("@smithy/core/client").CommandImpl< AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AssociateServiceRoleToAccountCommandInput ): import("@smithy/core/client").CommandImpl< AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class AssociateServiceRoleToAccountCommand extends AssociateServiceRoleToAccountCommand_base { protected static __types: { api: { input: AssociateServiceRoleToAccountRequest; output: AssociateServiceRoleToAccountResponse; }; sdk: { input: AssociateServiceRoleToAccountCommandInput; output: AssociateServiceRoleToAccountCommandOutput; }; }; }