import type { CliArguments } from './types/cli-arguments.type.js'; export declare const buildYargs: () => CliArguments;