/** * Token that can be used to match value which has no persistent type definition to dependency injector. */ export declare class InjectionToken { readonly name: string; constructor(name: string); toString(): string; }