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