/** Load a module, handling the default import if it exists */ export declare const loadModule: (path: string, searchPath?: string) => any;