export { is404 } from "./tools/is404"; export { urlJoin } from "./tools/urlJoin"; export { Version } from "./tools/Version"; export { assert } from "tsafe"; export type { Replacer } from "./lib/replacer"; export { ParsedImportExportStatement, makeThisModuleAnExecutableReplacer } from "./lib/replacer";