import

suspend fun <T : JsAny?> import(path: String): T(source)
suspend fun <T : JsAny?> import(path: String, options: ImportCallOptions): T(source)