export interface IPoints { children: any; add(): void; Update(): void; cleanup(): void; }