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