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