/** * Dynamically import a module and return its exports. * * @param path - The file path to import * @returns The module exports * @throws {DiscoveryError} with type "import" if the import fails */ export declare function importModule(path: string): Promise>; //# sourceMappingURL=import.d.ts.map