/**
 * For browsers only. Sets up the current window to listen for RPC requests
 * from React Native or other windows
 */
export declare function setupWindowRpc(baseUrl?: string, channel?: string): void;
export * from '../index.ts';
