import BaseRemoteService from "./BaseRemoteService"; export default class ElasticsearchService extends BaseRemoteService { preparePayload(logs: T[]): Promise; protected getHeaders(): { [propName: string]: string; }; private getLogMetaConfig; }