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<TestRefUpdateData, 'suite' | 'state'>) => string;
export declare const mergeDatabasesForReuse: (reportPath: string) => Promise<void>;
export declare const prepareLocalDatabase: (reportPath: string) => Promise<void>;
export declare const filterByEqualDiffSizes: (imagesInfo: TestEqualDiffsData[], refDiffClusters?: CoordBounds[]) => TestEqualDiffsData[];
