export declare class DataType { private readonly _type; private readonly _reference; constructor(dataType: any); get type(): string; get reference(): string; }