import __tsdown_shims_path from 'node:path'; import __tsdown_shims_url from 'node:url'; import { OptionsE18e, TypedFlatConfigItem } from "../types.mjs"; //#region src/configs/e18e.d.ts declare function e18e(options?: OptionsE18e): TypedFlatConfigItem[]; //#endregion export { e18e };