/** * P2P 处理器类型定义与常量 * * 从 p2p.ts 提取。 */ export declare const CREATE_CHAT_OPTION_LIMIT = 100; export declare const CREATE_CHAT_EXISTING_LIMIT: number; export interface EnsurePrivateSessionResult { firstBinding: boolean; } export type OpencodeSession = Awaited>[number]; //# sourceMappingURL=p2p-types.d.ts.map