import { RemoteEvent } from '~core/modules/remoteEvent'; import { CouchdbStaticService } from '~backend/couchdb/couchdb-static/couchdb-static.service'; export declare class PosEventService { private readonly couchdbStaticService; private readonly logger; constructor(couchdbStaticService: CouchdbStaticService); emit(id: string, data: RemoteEvent): Promise; }