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