import { PaymentStatuses } from "../core"; export declare type IPaymentStatus = keyof typeof PaymentStatuses;