import type * as ts from 'typescript'; export declare const isLifecycleMethodBean: (node: ts.Node) => node is ts.MethodDeclaration;