import type { Stream } from '@rdfjs/types'; import type { Kopflos, KopflosPlugin } from '../lib/Kopflos.js'; export default class implements KopflosPlugin { apiTriples({ env }: Kopflos): Stream; }