import { MixinTarget } from '@loopback/core'; import { Entity } from '@loopback/repository'; export declare const DataTypeMixin: >(superClass: E) => { new (...args: any[]): { tValue?: string; nValue?: number; jValue?: any; bValue?: Array; dataType?: string; getId: () => any; getIdObject: () => Object; toJSON: () => Object; toObject: (options?: import("@loopback/repository").Options) => Object; }; } & E; //# sourceMappingURL=data-type.mixin.d.ts.map