export declare function noteSessionLockHealth(params?: {
    shouldRepair?: boolean;
    staleMs?: number;
}): Promise<void>;
