export declare class CustomCheckoutConstants { static readonly PAY_API: string; static readonly ORDER_STATUS_API: string; static readonly ORDER_DETAILS: string; static readonly REFUND_API: string; static readonly REFUND_STATUS_API: string; static readonly TRANSACTION_STATUS_API: string; static readonly CREATE_ORDER_API: string; }