import { Configuration } from "./config.js"; import { translate } from "./lib.js"; export type { Configuration }; export { translate };