type UnknownRecord = Record; export declare function migrateLegacyCronPayload(payload: UnknownRecord): boolean; export {};