import { PojoType } from "../../type/type"; export default class ControllInterceptor { private instance; constructor(instance?: PojoType); private getMethodParamValues; private getRequestValue; handler(): void; }