export interface GlNodeChildrenMap {}

import {PolyEngine} from '../../../Poly';

export class GlRegister {
	static run(poly: PolyEngine) {}
}
