import type { Options } from "./config-types.d"; /** * Parse the command line arguments and return the options. * * @returns The options parsed from the command line arguments. */ export declare function parseArgs(args?: string[]): Options;