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