import { Identifier, Node } from 'typescript'; export declare const findReturnStatementIdentifiersFor: (node: Node) => Identifier[];