/**
 * Hacky way to import ES modules dynamically.
 * @param modulePath
 */
export declare function importEsm<T>(modulePath: string): Promise<T>;
