import type { FastifyReply, FastifyRequest } from 'fastify';
import type { RenderFunction } from '../../types/index.ts';
declare const factory: ({ render }: {
    render: RenderFunction;
}) => Promise<(request: FastifyRequest, reply: FastifyReply) => Promise<void>>;
export default factory;
//# sourceMappingURL=notFound.d.ts.map