import type { Options } from '../api/app'; export declare function getUserIdInternal(options: Options, silent?: boolean): Promise; export declare function getUserId(options: Options): Promise;