/** * Parent routine for all prefetching * */ declare const _default: () => Promise; export default _default;