import { Options } from './Options'; export declare const sanitizeOptions: (defaults: Options, options?: Options) => Options;