/** * @author Luuxis * Luuxis License v1.0 (voir fichier LICENSE pour les détails en FR/EN) */ declare const path: any; declare const app: any, BrowserWindow: any, session: any; declare const defaultProperties: { width: number; height: number; resizable: boolean; center: boolean; icon: any; };