import ApiSubset from '../ApiSubset'; import { FeedbackTypes, FFIFunctionCall, HermesOptions } from '../types'; /** * The Feedback API subset. */ export default class Feedback extends ApiSubset { constructor(protocolHandler: Buffer, call: FFIFunctionCall, options: HermesOptions); publishEvents: { notification_on: { fullEventName: string; }; notification_off: { fullEventName: string; }; }; publishMessagesList: FeedbackTypes.publishMessagesList; destroy(): void; }