import { AbstractConstructable } from './abstract-constructable.type'; import { Constructable } from './constructable.type'; export declare type InjectionToken = string | Constructable | AbstractConstructable | CallableFunction;