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