import { whoAmINow } from "./whoAmINow"; import type { Who } from "./types/Who"; export type { Who }; export { whoAmINow }; export default whoAmINow;