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