/** * @method: Test function * @returns {string} */ export function hello(): string { return "hi"; };