import { libValue } from "lib"; import { helper } from "./util"; export const value: number = libValue + helper(); export * from "./util";