export function scanPaths(arr: any, width: any, height: any): Path[]; export function containsBoundingBox(parentBBox: any, childBBox: any): boolean; declare class Path { constructor(px: any, py: any, isHole: any); points: any[]; holeChildren: any[]; ignore: boolean; boundingBox: any[]; isHole: any; } export {}; //# sourceMappingURL=scan.d.ts.map