import { Viewmap } from '../Viewmap';
/**
 * Finds the 2d singularities in the viewmap and mark them.
 * (Computes the intersection of ViewEdges in the image plane)
 *
 * @param viewmap
 */
export declare function find2dSingularities(viewmap: Viewmap): void;
//# sourceMappingURL=find2dSingularities.d.ts.map