export interface Identity { getId(): string; getName(): string; } //# sourceMappingURL=identity.interface.d.ts.map