export declare type Scope = 'login' | 'offline' | 'vote' | 'comment' | 'comment_options' | 'custom_json' | 'delete_comment' | 'claim_reward_balance';
