import { Action, InterceptorInterface } from "routing-controllers"; export declare class QRCodeInterceptor implements InterceptorInterface { intercept(action: Action, content: any): Promise; }