export declare const notFoundTemplate = "import { Metadata } from \"next\";\nimport { NotFound } from \"@/components/layout/NotFound\";\n\nexport const metadata: Metadata = {\n title: \"Not Found\",\n description:\n \"Doccupine is a free and open-source documentation platform. Write MDX, get a production-ready site with AI chat, built-in components, and an MCP server - in one command.\",\n openGraph: {\n title: \"Not Found\",\n description:\n \"Doccupine is a free and open-source documentation platform. Write MDX, get a production-ready site with AI chat, built-in components, and an MCP server - in one command.\",\n },\n};\n\nexport default function Page() {\n return ;\n}\n";