/** * RecordBoard 的 loading:仅当 `loading` 持续超过 `reservationConstants` 中的延迟毫秒数才置为 true, * 短时请求不闪遮罩;`loading` 为 false 时立即关闭。 */ export declare function useReservationLoadingShownDebounced(loading: boolean): boolean;