ForceImport.@forceMacro
    @force using Module

Forces imports of exported methods from Module, even if there are conflicts.

ForceImport.@mergeMacro
    @merge fun(x) = x

Automatically imports fun from its module if necessary for function definition.

ForceImport.@portMacro
    ForceImport.@port using Module

Force exports methods from Module in current module.