import { NULL } from './util'; import ObjectEnumType from './objectEnum'; declare function createSafe(initData: any, defaultValue?: NULL): any; export { createSafe, ObjectEnumType }; //# sourceMappingURL=createSafe.d.ts.map