import type { FileDiscoveryContext } from "./types.js"; /** * Import and transpile a module for discovery */ export declare function importModule(file: string, context: FileDiscoveryContext): Promise; /** * Clear the transpile cache */ export declare function clearTranspileCache(): void; //# sourceMappingURL=transpiler.d.ts.map