type AcpEvent = { event: string; } & Record; export declare function adaptNative(lines: AsyncIterable): AsyncGenerator; export {};