export declare const ALL = "all"; export declare const ALL_READ = "all/read"; export declare const XAPI_ALL = "xapi/all"; export declare const XAPI_READ = "xapi/read"; export declare const XAPI_STATEMENTS_READ = "statements/read"; export declare const XAPI_STATEMENTS_WRITE = "statements/write"; export declare const XAPI_STATEMENTS_READ_MINE = "statements/read/mine"; export declare const XAPI_STATE_ALL = "state"; export declare const XAPI_PROFILE_ALL = "profile"; export declare const STATEMENT_READ_SCOPES: string[]; export declare const PROFILE_READ_SCOPES: string[]; export declare const STATEMENT_WRITE_SCOPES: string[]; declare const _default: string[]; export default _default;