export * from './ajax'; export * from './anchor'; export * from './color'; export * from './color-parser'; export * from './config'; export * as DOM from './dom'; export * from './env'; export * from './event'; export * from './geo'; export { BKDRHash, djb2hash, guid } from './hash'; export * from './lineAtOffset'; export * from './lodash-adapter'; export * from './lru_cache'; export * from './math'; export * as Satistics from './statistics'; export * from './tileset-manager'; export declare function defaultValue(v1: any, v2: any): any;