import { Catalog } from '../settings/Catalog';
export declare class SparnaturalSpecificationFactory {
    build(cfg: any, language: string, catalog: Catalog | undefined, callback: any): void;
}
