import { Constructable } from './constructable.interface'; export declare type InjectionToken = string | Constructable;