export declare const FILE_DOWNLOAD = "SCOPE_FILE_DOWNLOAD"; export declare const APP_WEB = "SCOPE_APP_WEB"; export declare type ApiScope = typeof APP_WEB | typeof FILE_DOWNLOAD;