export { a } from "m"; export * from "m"; export type { b } from "m"; export type * from "m"; export type * as fooTypes from "foo";