export type AppContext = { alert(title: string, message?: string): Promise; prompt(title: string, options?: { label?: string; defaultValue?: string; submitName?: string; cancelable?: boolean; }): Promise; getPath(name: 'desktop'): string; showSaveDialog(options: { defaultPath?: string; }): Promise; }; //# sourceMappingURL=app-context.d.ts.map