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