import { SherlClient } from '../common'; import { GalleryProvider } from './provider'; export declare const gallery: (client: SherlClient) => GalleryProvider; export * as GalleryTypes from './types';