import { InlineReply } from './sub/test2'; // console.log(InlineReply); export function greeter(person: any) { return 'Hello, ' + person; }