import type { Program } from 'oxc-parser'; export declare const getInputsFromAST: (program: Program) => Set;