export declare interface IRVUserContext {
    get userId(): string;
    get properties(): Map<string, Object>;
}
