/**
* These IDs won't be globally unique, but they will be unique within this
* process, thanks to the counter, and unguessable thanks to the random suffix.
*
* @internal
* 
* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.
*/
export declare function makeUniqueId(prefix: string): string;
//# sourceMappingURL=makeUniqueId.d.cts.map
