export declare const tellMain: (message: string | Record, channel?: "synchronous-message" | "asynchronous-message") => Promise; export declare const init: (prefs?: {}) => Promise;