import type { StorageManager } from "../initialize-types"; /** * Getter method to determine if the SDK is disabled based on whether the flag set by `disableSdk` exists */ export declare function isDisabled(storageManager: StorageManager): Promise;