import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteUserByPrincipalIdRequest, DeleteUserByPrincipalIdResponse, } from "../models/models_3"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteUserByPrincipalIdCommandInput extends DeleteUserByPrincipalIdRequest {} export interface DeleteUserByPrincipalIdCommandOutput extends DeleteUserByPrincipalIdResponse, __MetadataBearer {} declare const DeleteUserByPrincipalIdCommand_base: { new ( input: DeleteUserByPrincipalIdCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteUserByPrincipalIdCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteUserByPrincipalIdCommand extends DeleteUserByPrincipalIdCommand_base { protected static __types: { api: { input: DeleteUserByPrincipalIdRequest; output: DeleteUserByPrincipalIdResponse; }; sdk: { input: DeleteUserByPrincipalIdCommandInput; output: DeleteUserByPrincipalIdCommandOutput; }; }; }