import type { AgSingletonBean } from '../agStack/interfaces/agCoreBean';
import type { BeanCollection } from './context';
export declare function gridBeanInitComparator(bean1: AgSingletonBean<BeanCollection>, bean2: AgSingletonBean<BeanCollection>): number;
export declare function gridBeanDestroyComparator(bean1: AgSingletonBean<BeanCollection>, bean2: AgSingletonBean<BeanCollection>): number;
