/** * Generates a random nametag with no separator and 3 trailing digits. * Expects: caller handles uniqueness collisions against persisted users. */ export declare function nametagGenerate(): string; //# sourceMappingURL=nametagGenerate.d.ts.map