/** * @param sat * * @internal */ declare function addDebugInfo(timingStart: number): void; export { addDebugInfo };