export async function sendToMain(channel: string, data?: unknown): Promise { return window.electronAPI.send(channel, data) as Promise; }