• Returns {
        getCardById: (cardId: string) => Promise<ICard>;
        getListById: (boardId: string, listId: string) => Promise<IList>;
    }