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