export declare class WorkerUserInfoService { getPersistedUserInfo(): Promise; getRequestUserInfo(): { sub: string; }; getMergedUserInfo(): Promise; getUserId(): string; hasRole(role: string): Promise; }