import { Ranges } from './types/cron.types'; export declare const getRecordKeys: (record: Partial>) => (keyof typeof record)[];