/** * lazy require dep from current package position (preset-umi) */ export declare const lazyImportFromCurrentPkg: (depName: string) => any;