import { IGameObject } from '../gameobjects/IGameObject'; export declare function ReplaceChild(target: T, source: S): T; //# sourceMappingURL=ReplaceChild.d.ts.map