/**
* @file Collect information about load time from Debug.log
* and output it in .MD file
*
* @authorKrutoy242
* @link https://github.com/Krutoy242
*/import type { Options } from'./types.js';
exportdefaultfunctionparseDebugLog(_options: Options): Promise<void>;