import { IClassOf } from "../core/types"; export interface IServiceProvider { resolve(c: string | IClassOf, create?: boolean ): T; }