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