export declare const LOCAL_USER_ID = "local-owner"; export interface UserContextOwner { userId: string; } export declare function resolveLocalUserContextOwner(): UserContextOwner;