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