import type { Node } from "acorn"; export declare function findAwaits(node: Node): Node[];