/**
 * Returns the next auto-incrementing TimerCallbackGroup id. The counter is
 * stored on `globalThis` under a registered Symbol so every module that
 * imports this helper — even across duplicated copies of the package — shares
 * the same sequence.
 *
 * @category Timers
 */
export declare function timerCallbackGroupIdNext(): string;
