/** * Dynamically import a module and ensure it has a default export */ export declare function importDefault(importFn: () => Promise, filePath?: string): Promise;