import { Cron } from '@fabrix/spool-crons';
export declare class AccountsCron extends Cron {
    expired(): void;
    willExpire(): void;
}
