/** * @fileoverview Internal methods for the SDK. * @license * SPDX-License-Identifier: Apache-2.0 */ /** * Test ony method to reset the unique id counter. */ export declare function _resetUniqueId(): void; /** * Generates a unique id. */ export declare function uniqueId(): string;