import { BaseEntity } from '../base/models'; import { IdType } from '../common'; import { MixinTarget } from '@loopback/core'; export declare const DuplicatableMixin: >(superClass: E, opts: { idType: "string" | "number"; }) => { new (...args: any[]): { sourceId?: IdType; getId: () => any; getIdObject: () => Object; toJSON: () => Object; toObject: (options?: import("@loopback/repository").Options) => Object; }; } & E; //# sourceMappingURL=duplicatable.mixin.d.ts.map