import { Node } from 'typescript'; export declare function findNode(predicate: (node: Node) => boolean, sourceNodes: ReadonlyArray): Promise;