export declare type FieldType = { id: number; slug: string; name: string; title: string; icon: string; createdBy: string; validatorFunc?: string | null; formatterFunc?: string | null; selectableValues: (any[] | boolean | number | string); createdAt: string; updatedAt: string; deletedAt?: string | null; };