TS1128: Declaration or statement expected. code example
Example: Parsing error: Declaration or statement expected
let myfunction = something that returns a function
export {myfunction};
let myfunction = something that returns a function
export {myfunction};