import koaViews from 'koa-views'; type ViewsOptions = Exclude[1], undefined>; export interface KoaViewsOptions extends Omit { viewsDir: string; } export {}; //# sourceMappingURL=KoaViews.d.ts.map