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