import { IOptions } from './options.js'; export declare const defaults: () => void; export declare const sanitize: (argv: any) => IOptions | boolean;