import { SpotifyConfig, SpotifySession } from "./ExpoSpotifySDK.types";
declare function isAvailable(): boolean;
declare function authenticateAsync(config: SpotifyConfig): Promise<SpotifySession>;
declare const Authenticate: {
    authenticateAsync: typeof authenticateAsync;
};
export { isAvailable, Authenticate };
//# sourceMappingURL=index.d.ts.map