import { ValidatorParameterContext } from '../constants/interfaces';
export declare function isAColumn(context: ValidatorParameterContext): boolean;
