import { Cron } from '@fabrix/spool-crons';
export declare class DiscountsCron extends Cron {
    start(): void;
    expire(): void;
}
