import { Client } from '@sentry/core'; import { IPCInterface } from '../common/ipc.js'; /** * Renderer IPC interface * * Favours IPC if its been exposed via a preload script but will * fallback to custom protocol and fetch if IPC is not available */ export declare function getIPC(client?: Client | undefined): IPCInterface; //# sourceMappingURL=ipc.d.ts.map