export { loadTelefuncFilesFromConfig }; import type { TelefuncFiles } from '../types.js'; declare function loadTelefuncFilesFromConfig(runContext: { telefuncFilePath: string; }): Promise<{ telefuncFilesLoaded: TelefuncFiles; telefuncFilesAll: string[]; }>;