export declare function convertAliasToUsername(alias: string): Promise; export declare function convertUsernameToAlias(username: string): Promise;