export declare class Root {
    plusFromRoot: number;
    loop: NodeJS.Timer | undefined;
    render(): any;
    init(): void;
}
