import type { GridOptions } from '../../entities/gridOptions';
import type { ValidationModuleName } from '../../interfaces/iModule';
import type { OptionsValidator } from '../validationTypes';
export declare const GRID_OPTIONS_MODULES: Partial<Record<keyof GridOptions, ValidationModuleName>>;
export declare const GRID_OPTIONS_VALIDATORS: () => OptionsValidator<GridOptions>;
