export declare type PermissionErrorReason = 'PERMISSION_DENIED' | 'UNKNOWN';
