import type { Album } from "../interfaces"; export declare const extractAlbum: (albumUrl: string) => Promise;