import { t } from './common'; export declare function listen(args: { ipc: t.IpcClient; log: t.ILog; }): { events$: import("rxjs").Observable; factory: (conn: string) => t.IDb; };