/** * @param args - The arguments to initialize the performance analytics with. */ export declare namespace NeedleEnginePerformanceAnalytics { function init(...args: Array<"lcp">): void; }