type UnknownRecord = Record<string, unknown>;
export declare function migrateLegacyCronPayload(payload: UnknownRecord): boolean;
export {};
