import { IdType } from '../../common/types'; import { MixinTarget } from '@loopback/core'; import { Entity } from '@loopback/repository'; /** * @deprecated The method will soon deleted */ export declare const UserAuditMixinDeprecated: >(superClass: E) => { new (...args: any[]): { createdBy: IdType; modifiedBy: IdType; getId: () => any; getIdObject: () => Object; toJSON: () => Object; toObject: (options?: import("@loopback/repository").Options) => Object; }; } & E; //# sourceMappingURL=user-audit.mixin.d.ts.map