import * as applicationOfProject from './applicationOfProject'; import * as content from './content'; import * as contentRegion from './contentRegion'; import * as dataCenter from './dataCenter'; import * as fileUpload from './fileUpload'; import * as flightDeck from './flightDeck'; import * as flightDeckRegion from './flightDeckRegion'; import * as home from './home'; import * as hotRecommend from './hotRecommend'; import * as marketBanner from './marketBanner'; import * as marketCategory from './marketCategory'; import * as menu from './menu'; import * as optApp from './optApp'; import * as resource from './resource'; import * as userOrg from './userOrg'; export declare const operation: { applicationOfProject: typeof applicationOfProject; content: typeof content; contentRegion: typeof contentRegion; dataCenter: typeof dataCenter; fileUpload: typeof fileUpload; flightDeck: typeof flightDeck; flightDeckRegion: typeof flightDeckRegion; home: typeof home; hotRecommend: typeof hotRecommend; marketBanner: typeof marketBanner; marketCategory: typeof marketCategory; menu: typeof menu; optApp: typeof optApp; resource: typeof resource; userOrg: typeof userOrg; };