import { IVersionStatusCode } from '@/common/types'; declare const VERSION_STATUS_TYPE: { [key in IVersionStatusCode]: { color: string; name: string; }; }; export default VERSION_STATUS_TYPE;