import yargs from 'yargs';
/**
 * Common arguments for all CLIs to support the options available to
 * the {@link Markugen} object.
 */
export declare const MarkugenArgs: Record<string, yargs.Options>;
