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