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