import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeletePermissionSetRequest, DeletePermissionSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeletePermissionSetCommandInput extends DeletePermissionSetRequest {} export interface DeletePermissionSetCommandOutput extends DeletePermissionSetResponse, __MetadataBearer {} declare const DeletePermissionSetCommand_base: { new ( input: DeletePermissionSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeletePermissionSetCommandInput, DeletePermissionSetCommandOutput, import("..").SSOAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeletePermissionSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeletePermissionSetCommandInput, DeletePermissionSetCommandOutput, import("..").SSOAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeletePermissionSetCommand extends DeletePermissionSetCommand_base { protected static __types: { api: { input: DeletePermissionSetRequest; output: {}; }; sdk: { input: DeletePermissionSetCommandInput; output: DeletePermissionSetCommandOutput; }; }; }