export declare const MEDIA_PATH_GET_FILE = "getMediaFile"; export declare const MEDIA_PATH_POST_FILE = "postMediaFile"; export declare const MEDIA_PATH_POST_FILES = "postMediaFiles"; export declare const MEDIA_PATH_DELETE_FILES = "deleteMediaFiles"; export declare const STORAGE_PATH_GET_STORAGE_BY_TYPE = "getStorageByType"; export declare const STORAGE_PATH_GET_STORAGE_BY_PAGE = "getStorageByPagination"; export declare const STORAGE_PATH_POST_STORAGE = "postStorageItem"; export declare const STORAGE_PATH_PUT_STORAGE = "putStorageItem"; export declare const STORAGE_PATH_DELETE_STORAGE = "deleteStorageItem"; //# sourceMappingURL=server.d.ts.map