export declare function findContours(lines: any): any; export declare function findContoursFromReducedSet(lines: any): any; declare const _default: { findContours: typeof findContours; findContoursFromReducedSet: typeof findContoursFromReducedSet; }; export default _default;