import { SortingMethod } from './entities/SortingMethods'; /** * This contains the action of the supported list of *.pg2conf files. * These files are passed down to the client as metaFiles (like photos and directories) */ export declare const PG2ConfMap: { sorting: Record; upload: Record; }; /** * These files are processed on the server side, * do not get passed down to the client or saved to the DB */ export declare enum ServerSidePG2ConfAction { SAVED_SEARCH = 1 } export declare const ServerPG2ConfMap: Record;