/// <reference types="xrm" />
import { ColumnTypePropertyObject, FormConfig } from "../typing";
/**
 * Checks that the configuration of a form feature is consistent.
 * @param feature
 * @param formCtx
 */
export declare function checkFormConfiguration(formCtx: Xrm.FormContext, config: FormConfig, columnsMetadata?: ColumnTypePropertyObject): void;
