import { Constructable } from '../../types'; export interface ResolveChain { proceed(Graph: Constructable, props?: Props): T; }