/**
* @ignore
*/
import type { Options } from'../types';
/**
* Take as input some options, and return a sanitized version of it.
*
* @param opts - The options to clean.
* @ignore
*/
export declarefunctioncleanOptions(opts?: Partial<Options>): Options;