import type { StorageManager } from "../initialize-types"; /** * Removes the storage flag set by `disableSdk`, causing subsequent calls to the Braze JavaScript SDK to function. This * method does not initialize the SDK, so you must call `initialize` after calling this method before calling subsequent * methods. */ export declare function enableSdk(storageManager: StorageManager): Promise;