import type { LazyFetcher, LazyResult } from '../types'; declare const lazy:

(fetcher: LazyFetcher

) => LazyResult

; export default lazy;