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