import type { Correlation } from '../../types/correlation.js'; /** * Checks whether a correlation has links. * * @param {Correlation} correlation */ export declare function hasLinks(correlation: Correlation): boolean; //# sourceMappingURL=hasLinks.d.ts.map