/** Broadcast a message to other browsing contexts (tabs, windows, etc.). */
export declare const broadcastMessage: (message: unknown) => void;
