import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GreengrassClient"; import { DisassociateServiceRoleFromAccountRequest, DisassociateServiceRoleFromAccountResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DisassociateServiceRoleFromAccountCommandInput extends DisassociateServiceRoleFromAccountRequest {} export interface DisassociateServiceRoleFromAccountCommandOutput extends DisassociateServiceRoleFromAccountResponse, __MetadataBearer {} declare const DisassociateServiceRoleFromAccountCommand_base: { new ( input: DisassociateServiceRoleFromAccountCommandInput ): import("@smithy/core/client").CommandImpl< DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DisassociateServiceRoleFromAccountCommandInput] ): import("@smithy/core/client").CommandImpl< DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DisassociateServiceRoleFromAccountCommand extends DisassociateServiceRoleFromAccountCommand_base { protected static __types: { api: { input: {}; output: DisassociateServiceRoleFromAccountResponse; }; sdk: { input: DisassociateServiceRoleFromAccountCommandInput; output: DisassociateServiceRoleFromAccountCommandOutput; }; }; }