import NotFoundController from './NotFoundController';
export default class BlogHomeController extends NotFoundController {
    protected config: BlogHomeControllerCtorConfig;
    constructor(config: BlogHomeControllerCtorConfig);
    action({ posts }: BlogHomeControllerActionParams): Promise<ResponseInterface>;
}
//# sourceMappingURL=BlogHomeController.d.ts.map