import type { ParsedArgs } from "./types"; export declare const parseArgs: (argv: string[]) => ParsedArgs; export declare const showHelp: () => void;