*.tlb files are type libraries of a COM "server". AmiBroker is a COM server, but as fas as I know there is no separate type library provided with it.
You need tlb files if you use early binding in compliled languages like C, VB, etc. Use late binding (like script languages do), and you will be fine. Y
