import { InjectionToken } from '../types'; export declare function Inject(token?: InjectionToken): Function;