interface TransferFrom {
    _senderAddress: string;
    _recieverAddress: string;
    _tokens: number;
}
export { TransferFrom };
