import { SchemaObject } from '@loopback/rest'; import { BaseEntity, BaseIdEntity } from '../base/models/base.model'; export declare const getIdSchema: (entity: typeof BaseEntity & { prototype: E; }) => SchemaObject; export declare const getIdType: (entity: typeof BaseIdEntity & { prototype: E; }) => "string" | "number"; //# sourceMappingURL=model.utility.d.ts.map