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