export interface IdMetrics {
    totalGenerated: number;
    activeCount: number;
    peakActiveCount: number;
}
export declare function getIdMetrics(): IdMetrics;
export declare function resetIdMetrics(): void;
export declare function getActiveIdCount(): number;
export declare function useTrackedUniqueId(localPrefix?: string): string;
export declare function useTrackedUniqueIds(count: number, localPrefix?: string): string[];
export declare function useIdMetrics(): IdMetrics;
export declare function cleanupInactiveIds(): void;
//# sourceMappingURL=performance.d.ts.map