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