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