import type { CommonOpts } from "./api.js";
export declare const __nextID: () => number;
/**
 * @param prefix -
 * @param opts -
 *
 * @internal
 */
export declare const __optsWithID: <T extends CommonOpts>(prefix: string, opts?: Partial<T>) => Partial<T>;
//# sourceMappingURL=idgen.d.ts.map