import { BrowserWindow, WebContents } from 'electron'; export declare function getBuiltin(module: string): any; export declare function getCurrentWindow(): BrowserWindow; export declare function getCurrentWebContents(): WebContents; export declare function getGlobal(name: string): T; export declare function createFunctionWithReturnValue(returnValue: T): () => T;