import { IObservable, IObserver } from '../base'; export declare function debugGetDependencyGraph(obs: IObservable | IObserver, options?: { debugNamePostProcessor?: (name: string) => string; }): string; //# sourceMappingURL=debugGetDependencyGraph.d.ts.map