import { TestingColumn, TestingColumnConfig } from './types'; /** * Test the column configs */ export declare const testColumnConfigs: (columns: Array, configs: readonly TestingColumnConfig[]) => void;