import { ServiceProvider } from '../Support/ServiceProvider'; /** * (c) Phan Trung Nguyên * User: nguyenpl117 * Date: 3/18/2020 * Time: 4:24 PM * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ export declare class DatabaseServiceProvider extends ServiceProvider { /** * Register database binding */ register(): void; boot(): void; }