declare function Path(points?: any): void; declare namespace Path { var prototype: any; } export { Path };