import type Hexo from "hexo"; import type { DefaultOptions } from "./default_config"; declare const REG_injector: (options: DefaultOptions, hexo: Hexo) => string; export { REG_injector };