import { IGameObject } from '../gameobjects/IGameObject'; export declare function DepthFirstSearch
(parent: P): IGameObject[]; //# sourceMappingURL=DepthFirstSearch.d.ts.map