import { ConfigPlugin } from "@expo/config-plugins";
import { SpotifyConfig } from "./types";
export declare const withSpotifySdkConfig: ConfigPlugin<SpotifyConfig>;
export default withSpotifySdkConfig;
