import { IPictures } from "../typings/index.js";
declare function getPictures(id: string): Promise<IPictures[]>;
export default getPictures;
