import {
A
} from "./other";
A,
B,
C
A as B,
C,
D as E,
F
import * as A from "./other";
import "./other";