/** * (c) Phan Trung Nguyên * User: nguyenpl117 * Date: 3/14/2020 * Time: 5:52 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 InvalidInjectionException extends Exception { static invoke(value: any, parentName: string, index: number): InvalidInjectionException; }