interface RequestIssue {
    _amount: number;
    _payerAddress: string;
    _currency: string;
    _cashContractAddress: string;
}
export { RequestIssue };
