/** * Needed as a work around for https://github.com/vercel/next.js/issues/19230 * Just needed in cases where you're importing from `contentlayer/generated` and use the data directly in your * React components without going through `getStaticProps` or `getServerSideProps` first. */ export declare const useLiveReload: () => void; //# sourceMappingURL=useLiveReload.d.ts.map