import type { LogAPI } from './index.js';
import type { HTTPRPCClient } from '../lib/core.js';
export declare function createTail(client: HTTPRPCClient): LogAPI['tail'];
//# sourceMappingURL=tail.d.ts.map