import { CLSTask } from "../../classes/tasks/clsTask";
export declare class GrouparooRecordsReEnqueueStuckExportingRecords extends CLSTask {
name: string;
description: string;
frequency: number;
queue: string;
runWithinTransaction(): Promise<void>;
}