type ProfileRecord = { category: string; phase: string; ms: number; cacheHit?: boolean; }; export declare function recordModuleTransformProfile(record: ProfileRecord): void; export {};