export function renderNameSuggestions(names: readonly string[]): string; export function renderPathSuggestions(paths: readonly string[], name: string): string; export function renderSessionSuggestions(data: any, name: string, path: string): string; export function renderParticipants(data: any): string; export function renderContacts(data: any, limit?: number): string; export function renderThread(data: any, selfName?: string): string;