// a.ts // @require b.js function a ( arg1: string, arg2?: boolean ) { return {}; }