export declare function schedule(cron: string, fn: (date: Date) => any): void;