import { IStatus } from '@/common/types'; declare const STATUS: { [key in IStatus['valueCode']]: string; }; export default STATUS;