import { IpcClient } from './Client'; import { IpcMessage } from './types'; export * from './types'; export { IpcClient }; export declare const init: (args?: {}) => IpcClient;