import { IConfigOptions } from "./interfaces.js"; /** * Matches the options passed in the command line * @param args - The arguments passed in the command line * @returns The options passed in the command line */ export declare function optionMatcher(args: Array): IConfigOptions;