import type { RouteProcessor } from '.'; /** * Umi process route component from pages path but dumi process with cwd, so the path need to be converted */ declare const _default: RouteProcessor; export default _default;