/**
 * The next suffix for generating unique ids in the current thread.
 */
export declare const NEXT_ID: {
    value: number | bigint;
};
