import { IGameObject } from '../gameobjects/IGameObject'; export declare function DepthFirstSearchRecursive

(parent: P, output?: IGameObject[]): IGameObject[]; //# sourceMappingURL=DepthFirstSearchRecursive.d.ts.map