export type PluginSourceLoader = (modulePath: string) => unknown;
export declare function createPluginSourceLoader(): PluginSourceLoader;
