export declare const crons: {
    live_mode: string | boolean;
    auto_save: string | boolean;
    profile: string;
    auto_schedule: boolean;
    uptime_delay: string | number;
    profiles: {};
};
