export default class AppPathResolverService implements AppPathsInterface { compiledUserContentDir: string; mdBlogPostsDir: string; staticFilesDir: string; pagesDir: string; viewTemplatesDir: string; constructor(config: AppPathsConfig); getMarkdownFilePath(postSlug: string): string; getViewTemplateFilePath(controllerName: string): string; private getViewTemplateBaseName; } //# sourceMappingURL=AppPathResolverService.d.ts.map