export default function index(person: string) { return `Hello, ${person}`; }