import { helloVoid, helloError, helloStr, helloNum, helloArrayStr, helloObj, } from "../utils/samples"; export { helloError, helloStr, helloNum, helloArrayStr, helloObj, helloVoid }; import { dispatchTS } from "../utils/utils"; export const qeDomFunction = () => { if (typeof qe === "undefined") { app.enableQE(); } if (qe) { qe.name; qe.project.getVideoEffectByName("test"); } }; export const helloWorld = () => { alert("Hello from Premiere Pro."); };