export declare function merge(destination: any, source: any): any;
export declare function defaults(options?: {}, defaultOptions?: {}): any;
