import { ICallerid } from "../../../../api/response/ICallerid"; import AbstractAnalyzeHandler from "../../../../handlers/AbstractAnalyzeHandler"; export default class CalleridHandler extends AbstractAnalyzeHandler { protected getAnalyzeURI(): string; protected getFields(json: any): string[]; protected getOutput(json: any): Promise; protected getRequestParams(): string[]; }