declare enum PortalPublishFileType { ServiceDefinition = "serviceDefinition", Shapefile = "shapefile", TilePackage = "tilePackage", FeatureService = "featureService", FeatureCollection = "featureCollection", FileGeodatabase = "fileGeodatabase", Geojson = "geojson", Scenepackage = "scenepackage", Vectortilepackage = "vectortilepackage", ImageCollection = "imageCollection", MapService = "mapService", SqliteGeodatabase = "sqliteGeodatabase" } export default PortalPublishFileType; export declare const FileTypesWithoutPublishParams: PortalPublishFileType[];