import type { LynxPerformance } from '../../types/index.js'; type MarkTiming = (timingKey: string, pipelineId?: string, timeStamp?: number) => void; export declare function createMainThreadLynxPerformance(markTiming: MarkTiming): LynxPerformance; export {};