export declare const QueryParams: { gallery: { random: { directory: string; recursive: string; orientation: string; fromDate: string; toDate: string; minResolution: string; maxResolution: string; }; search: { type: string; query: string; }; map: { show: string; }; photo: string; sharingKey_query: string; sharingKey_params: string; directory: string; knownLastModified: string; knownLastScanned: string; lightbox: { playback: string; captionAlwaysOn: string; controllersDimmed: string; facesAlwaysOn: string; loopVideos: string; loopSlideshow: string; slideshowSpeed: string; titles: { topLeftTitle: string; topLeftSubTitle: string; bottomLeftTitle: string; bottomLeftSubTitle: string; }; }; autoPollInterval: string; }; };