export declare class polygon { outerRing: Array>; hole: Array>; constructor(_outerRing: any, _hole: any); getPolygonWithoutHoles(): number[][]; getPolygonWithHoles(): any[]; }