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