import type { SpyClient } from '@huolala-tech/page-spy-types';
/** 汇总 Lynx 全局属性和系统 API 信息，作为客户端识别的原始数据。 */
export declare const getLynxSystemInfo: () => {
    [x: string]: any;
};
/** 生成 PageSpy 客户端信息，用于房间名称、系统面板和调试端展示。 */
export declare const getLynxClientInfo: () => SpyClient.ClientInfo;
