import { HttpApiAnalyser } from "./base/HttpApiAnalyser"; export declare class HttpApiAnalyserManager { private static instance; private constructor(); static getInstance(): HttpApiAnalyserManager; getAnalyser(): HttpApiAnalyser[]; }