import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteApplicationAccessScopeRequest } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig, } from "../SSOAdminClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteApplicationAccessScopeCommandInput extends DeleteApplicationAccessScopeRequest {} export interface DeleteApplicationAccessScopeCommandOutput extends __MetadataBearer {} declare const DeleteApplicationAccessScopeCommand_base: { new ( input: DeleteApplicationAccessScopeCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteApplicationAccessScopeCommandInput, DeleteApplicationAccessScopeCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteApplicationAccessScopeCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteApplicationAccessScopeCommandInput, DeleteApplicationAccessScopeCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteApplicationAccessScopeCommand extends DeleteApplicationAccessScopeCommand_base { protected static __types: { api: { input: DeleteApplicationAccessScopeRequest; output: {}; }; sdk: { input: DeleteApplicationAccessScopeCommandInput; output: DeleteApplicationAccessScopeCommandOutput; }; }; }