import { Constructable } from '../../types'; export interface ResolveChain { proceed(Graph: Constructable, props?: Props): T; } //# sourceMappingURL=ResolveChain.d.ts.map