import { OnCommand } from '../../fn.core.interface'; import { SessionUserInfo } from '../../module/fn.socket.io.server/fn.socket.io.adapter'; import { InputParams } from '../../module/fn.socket.io.server/fn.socket.io.gateway'; import { Observable } from 'rxjs'; import { SessionParams } from '../../fn.core.type'; export declare class FnCommandCoreGetSessionRoleInfo implements OnCommand { onCommand(sessionParams: SessionParams, inputParams: InputParams): Promise | Observable | SessionUserInfo; }