import { Field } from '../fields/config/types'; export declare const statuses: { label: string; value: string; }[]; declare const baseVersionFields: Field[]; export default baseVersionFields;