export declare function runBaselineWrite(opts: { root: string; quiet?: boolean; }): Promise<{ path: string; findingCount: number; }>;