import type { AnyPointer } from 'clownface'; import type { ParsingClient } from 'sparql-http-client/ParsingClient.js'; import type { StreamClient } from 'sparql-http-client/StreamClient.js'; import log from '@kopflos-cms/logger'; export default log; export declare function logCode(code: AnyPointer, kind: string): void; export declare function decorateClient(client: C): C;