import type { FastifyInstance } from 'fastify'; export declare function registerViewsRoutes(app: FastifyInstance, projectDir: string): void; //# sourceMappingURL=views.d.ts.map