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