/** * (c) Phan Trung Nguyên * User: nguyenpl117 * Date: 3/24/2020 * Time: 11:59 AM * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ import { Exception } from '@poppinss/utils/build'; export declare class BlueprintResolutionException extends Exception { }