import { Fetcher } from '../../common/api'; import { IGallery } from '../types'; export declare const deleteGallery: (fetcher: Fetcher, galleryId: string) => Promise;