import { SystemField } from "./system-field"; export declare class Recordtype extends SystemField { object_name?: string; name?: string; label?: string; } export declare class PublicRecordtype extends Recordtype { }