As I said in the first reply, there is no import for Assets, it’s a global, just use it directly.
To suppress the typescript warnings, you can add a type declaration like so:
declare var Assets: any;
import { Meteor } from “meteor/meteor”
…
Assets.getAbsoluteFilePath(“asdfasdf”)
I’ve tested this in adornis:typescript and barbatus:typescript