import type { LoadFunction } from "./types"; export declare function onModuleLoad(path: string, context: Parameters[1], previousLoadResult: ReturnType): ReturnType;