export declare function mergeOptions(opts: T): T; export declare function mergeOptions(opts: T, defaults: A): T & A;