export { green } from "./green"; export const red = function () { return "red"; }; export const blue = function () { return "blue"; };