/** Gets names of users who are actively typing, sorted by the time they started typing. */
export default function useTypistNames(): readonly [readonly string[]];
//# sourceMappingURL=useTypistNames.d.ts.map