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