export declare const DEFAULT_USER: string; export declare function displayName(username: string): string; export declare function userProfile(user: string): string; export declare function userProfiles(): string; export declare function authRequestAccept(username: string, contact: string): string; export declare function authRequestDecline(username: string, contact: string): string;