/**
 * Checks the status field of each Maintenance_Schedule_Execution and updates it accordingly.
 * Ensures that if the status is not set, it defaults to "default", and if finishedAt is set, the status is "finished".
 * @returns
 */
export declare function checkStatus(): Promise<void>;
