import type { GridOptions } from '../../entities/gridOptions'; import type { OptionsValidator, RequiredModule } from '../validationTypes'; export declare const GRID_OPTIONS_MODULES: Partial>>; export declare const GRID_OPTIONS_VALIDATORS: () => Required>;