import * as ts from "typescript"; export declare const isFunctionKind: (node: ts.Node) => boolean;