import type { SaffronInitCallback } from '../etc/types';
/**
 * Sets global defaults for Yargs, then calls `yargs.argv`, which initiates the
 * Yargs parser.
 */
export default function init(cb?: SaffronInitCallback): void;
