export interface IIdentified {
    id?: string | number;
    toJSON?(): any;
    [key: string]: any;
}
//# sourceMappingURL=IIdentified.d.ts.map