export declare class Constant { static readonly MODULE_INSTS = "insts"; static readonly ENUM_INSTS_CODE = "xyvcard.insts.protobuf.InstsType"; static readonly STATUS: import("vue").Ref<{ key: string; value: string; }[], { key: string; value: string; }[] | { key: string; value: string; }[]>; static readonly ENUM_PRODUCT_CODE = "xyvcard.insts.protobuf.InstsProductCode"; static readonly DICT_FEETYPE_CODE = "xyvcard.insts.protobuf.InstsFeeTypeCode"; static readonly DICT_SETTLEMENT_TYPE = "xyvcard.insts.protobuf.SettlementType"; static readonly DICT_SETTLEPERIOD_CODE = "settle_period"; static readonly IS_CAPPING: import("vue").Ref<{ key: boolean; value: string; }[], { key: boolean; value: string; }[] | { key: boolean; value: string; }[]>; static readonly RPC_FORMAT_TIME = "YYYY-MM-DD"; static readonly PAY_MODE = "xyvcard.payment.protobuf.PayMode"; static readonly PAYMENT_COLORS: { WECHAT: string; ALIPAY: string; UQRCODEPAY: string; BALANCE: string; NUCSPAY: string; }; static readonly WECHAT_TYPE = "WECHAT_TYPE"; static readonly LAKALA_TYPE = "LAKALA_TYPE"; } export declare class Payment { static readonly MODULE_PAYMENT = "payment"; static readonly PAY_MODE = "xyvcard.payment.protobuf.PayMode"; }