import { OnCommand } from '../../fn.core.interface'; import { InputParams } from '../../module/fn.socket.io.server/fn.socket.io.gateway'; import { Observable } from 'rxjs'; import { FnDbPostgresService } from '../../module/fn.db.postgres/fn.db.postgres.service'; import { SessionParams } from '../../fn.core.type'; export declare class FnCommandSysEntityPermissionMissingUserGroupFullselect implements OnCommand> { private readonly _db; constructor(_db: FnDbPostgresService); onCommand(sessionParams: SessionParams, inputParams: InputParams): Promise> | Observable> | Array; }