import { Token } from '../../token'; export interface FactoryProvider { deps?: ReadonlyArray>; create: (...args: any) => any; }