import type { CoordBounds } from 'looks-same'; import { TestEqualDiffsData, TestRefUpdateData } from '../../tests-tree-builder/gui'; export declare const formatId: (hash: string, browserId: string) => string; export declare const mkFullTitle: ({ suite, state }: Pick) => string; export declare const mergeDatabasesForReuse: (reportPath: string) => Promise; export declare const prepareLocalDatabase: (reportPath: string) => Promise; export declare const filterByEqualDiffSizes: (imagesInfo: TestEqualDiffsData[], refDiffClusters?: CoordBounds[]) => TestEqualDiffsData[];