import { CtrfReport } from '../types/ctrf'; export declare const parseCtrfFile: (filePath: string) => CtrfReport;