export interface PostNodeChildrenMap {}

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