import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteProfileInput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteProfileCommandInput extends DeleteProfileInput {} export interface DeleteProfileCommandOutput extends __MetadataBearer {} declare const DeleteProfileCommand_base: { new ( input: DeleteProfileCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProfileCommandInput, DeleteProfileCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteProfileCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProfileCommandInput, DeleteProfileCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteProfileCommand extends DeleteProfileCommand_base { protected static __types: { api: { input: DeleteProfileInput; output: {}; }; sdk: { input: DeleteProfileCommandInput; output: DeleteProfileCommandOutput; }; }; }