import { DynamicSDKConfig } from "../../sdk/types.js"; //#region src/managers/EmbraceConfigManager/constants.d.ts declare const DEFAULT_CONFIG: DynamicSDKConfig; declare const LOCAL_STORAGE_REMOTE_CONFIG_KEY = "embrace_remote_config"; //#endregion export { DEFAULT_CONFIG, LOCAL_STORAGE_REMOTE_CONFIG_KEY }; //# sourceMappingURL=constants.d.ts.map