const translateEvent = new CustomEvent("translate");
const voiceEvent = new CustomEvent("voice");

export { translateEvent, voiceEvent };
