import type { Section as ISection } from "../../types/command-line-usage.d.ts"; declare const commandLineUsage: (sections: ISection[]) => string; export default commandLineUsage;