module BABYLON { export class AssetsManager { private tasks = []; constructor() { } } }