export default class NodeProvider { get extent(): any; get count(): any; get sections(): any; get extensible(): any; color(index: any): void; extract(range: any, split: any, nodes: any): void; scale(offset: any, range: any, length: any, direction: any): void; format(index: any, type: any): void; yield(): void; activate(action: any): void; extends(direction: any, minimum: any): void; reset(): void; dispose(): void; }