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