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