export declare class AdapterModuleNotFound extends Error {
}
export declare function load(moduleMainFilePath: string, alias: string, tsConfigPath?: string): (() => void);
