export { findTelefunction }; import type { TelefuncFiles, Telefunction } from '../types.js'; declare function findTelefunction(runContext: { telefuncFilePath: string; telefuncFilesLoaded: TelefuncFiles; telefuncFilesAll: string[]; telefunctionName: string; logMalformedRequests: boolean; appRootDir: null | string; serverConfig: { disableNamingConvention: boolean; }; }): Promise;