import { WebPlugin, SplashScreenPlugin, SplashScreenHideOptions, SplashScreenShowOptions } from "@capacitor/core"; export declare class SplashScreenPluginElectron extends WebPlugin implements SplashScreenPlugin { ipc: any; constructor(); show(options?: SplashScreenShowOptions, callback?: Function): Promise; hide(options?: SplashScreenHideOptions, callback?: Function): Promise; } declare const SplashScreen: SplashScreenPluginElectron; export { SplashScreen };