import { Catalog } from 'rdf-shacl-commons';
export declare class SparnaturalSpecificationFactory {
    build(cfg: any, language: string, catalog: Catalog | undefined, callback: any): void;
}
