export declare const MerchantStatus: { readonly Active: "ACTIVE"; readonly Inactive: "INACTIVE"; }; export type MerchantStatus = (typeof MerchantStatus)[keyof typeof MerchantStatus];