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