export { point_in_lasso } from './lasso_test'; export declare function point_in_rectangle(point: any, x: any, y: any): boolean; export declare function rect_inter_rect(x0: any, y0: any, x1: any, y1: any): boolean; export declare function lasso_inter_rect(x: any, y: any, vertices: any): boolean;