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