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