import type { RdfineEnvironment, Vocabulary } from '@tpluscode/rdfine/environment'; import * as Owl from './index.js'; type OwlVocabulary = Vocabulary; declare module '@tpluscode/rdfine/environment' { interface Rdfine { owl: OwlVocabulary; } } export declare class OwlFactory { init(this: RdfineEnvironment): void; } export {};