/** * (c) Phan Trung Nguyên * User: nguyenpl117 * Date: 3/21/2020 * Time: 1:32 PM * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ export declare class CannotInjectError extends Error { name: string; constructor(target: Object, propertyName: string); }