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