Future<void> importLibrary(String libraryName) => promiseToFuture(callMethod(_$namespace, 'importLibrary', [ libraryName, ]));