export declare function rescheduleTask(ref: string, date: string, options: {
    json?: boolean;
    dryRun?: boolean;
}): Promise<void>;
//# sourceMappingURL=reschedule.d.ts.map