trello.listBoardLists returns lists in display order. Use their IDs to create or move cards.
automations/list-trello-lists.automation.ts
board as an ID, short link, or URL. filter is "open", "closed", or "all" and defaults to "open". Optional second argument { account } defaults to the project binding.
Returns Signal<TrelloList[]>. Each list has id, boardId, name, closed, numeric position, and subscribed.