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