import { ParamsFrom } from "actionhero"; import { Worker } from "node-resque"; import { CLSTask } from "../../classes/tasks/clsTask"; export declare class RecordPropertiesEnqueue extends CLSTask { name: string; description: string; frequency: number; queue: string; runWithinTransaction(params: ParamsFrom, worker: Worker): Promise; }