import { ObjectGraph } from '../../src'; export type Props = Record & { stringFromProps: string; }; export declare class LifecycleBoundGraph extends ObjectGraph { static timesCreated: number; private props; constructor(props: Props); computedFromProps(): string; doesNotRequireProps(): string; } //# sourceMappingURL=LifecycleBoundGraph.d.ts.map