import type { NormalizedConfig, RunOptions, SiregConfig, SiregReport } from './types.js'; export declare function runSireg(config: SiregConfig | NormalizedConfig, options?: RunOptions): Promise; export declare function runAndReport(config: SiregConfig | NormalizedConfig, options?: RunOptions): Promise;