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