export interface LocalFunctionNames { subroutines: string[]; } export interface FunctionNames extends LocalFunctionNames { external: string[]; }