import { AnyObject } from '../typings';
/**
 * migrate website component
 * @param oldConfigs website configs
 */
declare function migrateWebsite(oldConfigs: AnyObject): AnyObject;
export { migrateWebsite };
