import type { GooglePhoto } from "../interfaces";
export declare const getPhotos: (key: string, photoIds: string[]) => Promise<GooglePhoto[]>;
