import { Log } from '@tdb/log/lib/types'; import { IpcClient } from './helpers/ipc'; export { Log }; export declare type ProcessType = 'MAIN' | 'RENDERER'; export declare type IContext = { ipc: IpcClient; log: Log; };