import { CRONTAB } from '../../types/crontab.js'; import { MOUNT } from '../../types/mount.js'; export declare const setCrontab: (configs: MOUNT) => Required | null;