/**
 * Sets up the current window to listen for RPC requests
 * from React Native or other windows
 */
export declare function setupWindowRpc(): void;
