import { ObjectGraph } from '../../src'; export declare class GraphWithMultipleDependencies extends ObjectGraph { theDep(prefix: string, suffix: string): string; prefix(noopDep: string): string; suffix(noopDep: string): string; noopDep(): string; } //# sourceMappingURL=GraphWithMultipleDependencies.d.ts.map