export * from './service/index.js'; export * from './migrations/index.js'; export * from './controllers/index.js'; import './routes.js'; import Koa from 'koa'; /** * Board 서비스 미들웨어 초기화. * 라이선스 권한에 따라 board/board-template mutation을 제한한다. */ export declare function initMiddlewares(app: Koa): void;