import type { ScanResult } from "@hookwarden/engine"; export declare function writeBaseline(filePath: string, result: ScanResult, diffOnlyActive: boolean): Promise; //# sourceMappingURL=write.d.ts.map