/** * This preload script may be used with sandbox mode enabled which means regular require is not available. */ /** * Hook up IPC to the window object and uses contextBridge if available. * * @param namespace An optional namespace to use for the IPC channels */ export declare function hookupIpc(namespace?: string): void; //# sourceMappingURL=index.d.ts.map