/*! * * Copyright 2018 - acrazing * * @author acrazing joking.young@gmail.com * @since 2018-01-06 12=23=01 * @version 1.0.0 * @desc constants.ts */ export declare const KeyVersions = "__mobx_sync_versions__"; export declare const KeyDefaultKey = "__mobx_sync__"; export declare const KeyActionName = "__PERSIST__"; export declare const KeyNodeVersion = "__mobx_sync_this__"; export declare const KeyIgnores = "__mobx_ignores__"; export declare const KeyFormat = "__mobx_sync_format__"; export declare const KeyInject = "__mobx_sync_inject__";