import { GoogleAlbum } from '../interfaces';
export declare const getData: (id: string, key: string, token?: string) => Promise<GoogleAlbum>;
export declare const getAlbum: (url: string) => Promise<GoogleAlbum>;
