export declare function requestJsonlSocket(params: { socketPath: string; payload: string; timeoutMs: number; accept: (msg: unknown) => T | null | undefined; }): Promise;