import type { ImagePath, ImageRegion } from '@tracespace/plotter'; import type { PathWalk } from './walk-paths'; export declare function fillGaps(pathWalks: PathWalk[], maximumGap: number): [regions: ImageRegion[], openPaths: ImagePath[]];