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