export interface RelayRecord { names: Set; replyTos: Set; } export declare const explicitSends: Map; export function addrName(addr: string): string; export function noteExplicitSend(sessionID: string | undefined, to: string, replyTo: string): void; export function shouldSkipAutoRelay( sent: RelayRecord | undefined, replyTo: string, mailID?: string ): boolean;