/**
 * Get a unique auto-incrementing ID by number that has not been returned before.
 *
 * @return {number}
 *         A new unique ID.
 */
export function newGUID(): number;
/**
 * Reset the unique auto-incrementing ID for testing only.
 */
export function resetGuidInTestsOnly(): void;
//# sourceMappingURL=guid.d.ts.map