export interface RopNodeChildrenMap {}

import {PolyEngine} from '../../../Poly';
export class RopRegister {
	static run(poly: PolyEngine) {}
}
