export interface BaselineOptions { config?: string; } /** * Runs the full configured rule set and writes the baseline file: one count * per file per rule, errors only, sorted for stable diffs. See * core/baseline.ts for the format and the lint gate's semantics. */ export declare function baselineCommand(path?: string, options?: BaselineOptions): Promise; //# sourceMappingURL=baseline.d.ts.map