import type { HostedEpmRecord } from './identity'; import type { ObservedSdnPeer } from './sdn-backend'; export declare function peerDisplayName(peer: ObservedSdnPeer, hostedEpm?: HostedEpmRecord | null): string; export declare function peerEmail(peer: ObservedSdnPeer, hostedEpm?: HostedEpmRecord | null): string; export declare function peerPhone(peer: ObservedSdnPeer, hostedEpm?: HostedEpmRecord | null): string; export declare function shortPeerId(peerId: string | null | undefined): string; export declare function peerEpmCid(peer: ObservedSdnPeer, hostedEpm?: HostedEpmRecord | null): string | undefined; export declare function peerEpmJson(peer: ObservedSdnPeer, hostedEpm?: HostedEpmRecord | null): Record; export declare function peerHostedEpmRecord(peer: ObservedSdnPeer, hostedEpm?: HostedEpmRecord | null): HostedEpmRecord; export declare function hostedEpmRecordFromDirectoryRecord(record: Record): HostedEpmRecord | null; //# sourceMappingURL=peer-identity.d.ts.map