import type { BeanCollection } from '../../context/context'; export declare function showLoadingOverlay(beans: BeanCollection): void; export declare function showNoRowsOverlay(beans: BeanCollection): void; export declare function hideOverlay(beans: BeanCollection): void;