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