export declare const INTERSECTION: { readonly OUTSIDE: -1; readonly INTERSECTING: 0; readonly INSIDE: 1; }; //# sourceMappingURL=constants.d.ts.map