export interface OttoPlatformNotification { id: string; title: string; body?: string; sessionId?: string; projectId?: string; activeSessionId?: string; } export declare function openPlatformUrl(url: string): boolean; export declare function showPlatformNotification(notification: OttoPlatformNotification): boolean; export declare function listPlatformSystemFonts(): Promise | null; export declare function pickPlatformDirectory(): Promise | null; export declare function notifyPlatformFontFamilyChanged(fontFamily: string): boolean; export declare function openPlatformSession(sessionId: string): boolean; export declare function getPlatformWindowFocused(): boolean | null; export declare function hasPlatformOpenUrl(): boolean; export declare function hasPlatformSystemFonts(): boolean; export declare function hasPlatformDirectoryPicker(): boolean; export declare function isPlatformDesktop(): boolean; //# sourceMappingURL=platform.d.ts.map