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