import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifyClusterIamRolesMessage, ModifyClusterIamRolesResult, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface ModifyClusterIamRolesCommandInput extends ModifyClusterIamRolesMessage {} export interface ModifyClusterIamRolesCommandOutput extends ModifyClusterIamRolesResult, __MetadataBearer {} declare const ModifyClusterIamRolesCommand_base: { new ( input: ModifyClusterIamRolesCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyClusterIamRolesCommandInput, ModifyClusterIamRolesCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ModifyClusterIamRolesCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyClusterIamRolesCommandInput, ModifyClusterIamRolesCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ModifyClusterIamRolesCommand extends ModifyClusterIamRolesCommand_base { protected static __types: { api: { input: ModifyClusterIamRolesMessage; output: ModifyClusterIamRolesResult; }; sdk: { input: ModifyClusterIamRolesCommandInput; output: ModifyClusterIamRolesCommandOutput; }; }; }