import { Constructor } from '../Support'; import { ModelField } from './index'; export declare class Model { static from(this: Constructor & typeof Model, entity: Promise>): Promise; static from(this: Constructor & typeof Model, entity: Promise): Promise; static from(this: Constructor & typeof Model, entity: Iterable): T[]; static from(this: Constructor & typeof Model, entity: Q): T; protected static transform(fields: Record, entity: Q): T; } //# sourceMappingURL=Model.d.ts.map