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