import type { ClerkBridge, CreateClerkBridgeOptions } from '../shared/types'; /** * Creates the Clerk bridge for Electron's main process. * * The bridge owns Clerk's main-process IPC handlers, token persistence, and OAuth deep-link * transport. Call this before creating renderer windows, and call the returned `cleanup` method * when tearing down the app or test environment. */ export declare function createClerkBridge(options: CreateClerkBridgeOptions): ClerkBridge; //# sourceMappingURL=create-clerk-bridge.d.ts.map