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