declare const lazy: (moduleName: string, getRequireFn: () => (id: string) => unknown) => any; export { lazy as lazyImport }; export declare const Import: { lazy: typeof lazy; };