import Electron from "electron"; import { SplashOptions } from "./interfaces"; export declare class CapacitorSplashScreen { private splashWin; private splashOptions; constructor(splashOptions?: SplashOptions); init(loadMainWindowCallback: any, mainWindowThisRef: any): Promise; getSplashWindow(): Electron.BrowserWindow; }