import { AbstractListActionHandler } from "../../.."; export default class ListTasksHandler extends AbstractListActionHandler { sendRequest(async: boolean): Promise>; setupResponseFieldFilter(): string[]; }