declare const tiramisu: { invoke: (name: string, ...args: any[]) => Promise; fs: { readFile: (path: string) => Promise; readDir: (path: string) => Promise; exists: (path: string) => Promise; }; notifications: { notify: (message: string, ico?: string) => Promise; }; };