import type { RenderErrorPage, RenderNotFoundPage } from '../../types/conventions'; export declare const defineRenderErrorPage: (fn: RenderErrorPage) => RenderErrorPage; export declare const defineRenderNotFoundPage: (fn: RenderNotFoundPage) => RenderNotFoundPage;