export default factory;
declare function factory({ render }: {
    render: any;
}): Promise<(request: import("fastify").FastifyRequest, reply: import("fastify").FastifyReply) => Promise<void>>;
//# sourceMappingURL=notFound.d.ts.map