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