export { addIs404ToPageProps };
declare function addIs404ToPageProps(pageContext: Record<string, unknown>): void;
