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