/**
 * @author Luuxis
 * @license CC-BY-NC 4.0 - https://creativecommons.org/licenses/by-nc/4.0/
 */
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;
};
