import { Application } from '../Application'; /** * (c) Phan Trung Nguyên * User: nguyenpl117 * Date: 3/16/2020 * Time: 10:31 PM * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ export declare class RegisterFacades { bootstrap(app: Application): void; }