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