export interface JsNodeChildrenMap {
}
import { PolyEngine } from '../../../Poly';
export declare class JsRegister {
    static run(poly: PolyEngine): void;
}
