import { IFieldSchema } from "../../../"; /** * Helper function is meant process the default IFieldSchema option * * @param field: IFieldSchema * The field we are looking to process * @return: IFieldSchema * The built field schema that should be used when creating the default for this field */ export declare function ProcessDefault(field: IFieldSchema): IFieldSchema;