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