import type * as ts from 'typescript'; import { Component } from '../../component/Component'; import { ClassPropertyWithArrowFunctionInitializer } from '../../ts/types'; export declare function processLifecycleElement(node: ts.MethodDeclaration | ClassPropertyWithArrowFunctionInitializer, component: Component): ts.ClassElement;