exportdeclareconstfindHooksRx: RegExp;
/**
* takes a program string and returns an hash mapping the hooks to empty arrays
* @paramprogramSrc - the program containing hooks
*/exportdeclarefunctioncompileHooks(programSrc: string): Record<string, string[]>;