import { InterceptorInterface, Action } from "routing-controllers"; export declare class BaseInterceptor implements InterceptorInterface { intercept(action: Action, content: any): import("../model/baseresponse").default; }