import type * as ts from 'typescript'; import { ClassPropertyWithArrowFunctionInitializer } from '../types'; export declare const isLifecycleArrowFunctionBean: (node: ts.Node) => node is ClassPropertyWithArrowFunctionInitializer;