import type { HTTPRPCOptions } from '../index.js'; import type { HTTPRPCClient } from '../lib/core.js'; export interface LogAPI { level(subsystem: string, level: string, options?: HTTPRPCOptions): Promise; ls(options?: HTTPRPCOptions): Promise; tail(options?: HTTPRPCOptions): AsyncIterable; } export declare function createLog(client: HTTPRPCClient): LogAPI; //# sourceMappingURL=index.d.ts.map