import type { _ModuleWithApi } from '../interfaces/iModule'; import type { _CsrmSsrmSharedGridApi, _RowModelSharedApi, _SsrmInfiniteSharedGridApi } from './gridApi'; /** * @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare const CsrmSsrmSharedApiModule: _ModuleWithApi<_CsrmSsrmSharedGridApi>; /** * @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare const RowModelSharedApiModule: _ModuleWithApi<_RowModelSharedApi>; /** * @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare const SsrmInfiniteSharedApiModule: _ModuleWithApi<_SsrmInfiniteSharedGridApi>;