import { ObjectGraph } from '../../src'; export type Props = Record & { stringFromProps: string; }; export declare class LifecycleBoundGraphWithLifecycleBoundSubgraph extends ObjectGraph { aString(computedFromProps: string): string; } //# sourceMappingURL=LifecycleBoundWithLifecycleBoundSubgraph.d.ts.map