import { Cron } from '@fabrix/spool-crons';
export declare class CartsCron extends Cron {
    archive(): void;
    retarget(): void;
}
