import { FabrixApp } from '@fabrix/fabrix';
import { FabrixGeneric } from '@fabrix/fabrix/dist/common';
export declare class Cron extends FabrixGeneric {
    scheduler: any;
    private _uptime_delay;
    private _uptime;
    unallowedMethods: string[];
    constructor(app: FabrixApp);
    readonly id: string;
    readonly name: string;
    readonly scheduledJobs: any[];
    readonly timeTilStart: number;
}
