declare function defaultValue(value: any, defaultValue: any): any; export { defaultValue };