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