import type { Identifier, Program } from "acorn"; export declare function findDeclarations(node: Program, input: string): Identifier[];