import { NativeModule } from "expo-modules-core";
import { ExpoSpotifySDKModuleEvents } from "./ExpoSpotifySDK.types";
declare class ExpoSpotifySDKModule extends NativeModule<ExpoSpotifySDKModuleEvents> {
}
declare const ExpoSpotifySDK: ExpoSpotifySDKModule;
export default ExpoSpotifySDK;
//# sourceMappingURL=ExpoSpotifySDKModule.d.ts.map