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