import type * as ts from 'typescript'; import { Entity } from '../Entity'; import { ClassPropertyWithArrowFunctionInitializer } from '../ts/types'; import { LifecycleKind } from '../../runtime-metadata/LifecycleKind'; export declare class ComponentLifecycle extends Entity { id: string; classMemberName: string; lifecycles: Set; constructor(values?: Partial); }