import { SystemField } from "./system-field"; export declare class Objects extends SystemField { name?: string; table_name?: string; }