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