/** * Defines a set of "special" user IDs. */ export declare namespace LocalUsers { const NULL_USER_ID: string; const DEFAULT_USER_ID: string; }