/**
 * The next suffix for generating unique ids in the current thread.
 */
export declare const NEXT_ID: {
    value: number | bigint;
};
//# sourceMappingURL=next-unique-id.d.ts.map