export declare function showProfile(username: string): Promise<void>;
export declare function openProfile(username: string): Promise<void>;
