import { IAddress } from '../../types'; export interface ILayerZeroRedeem { id: string; recipient: string; sender: string; shareAmt: string; transactionHash_: string; timestamp_: string; } export declare function queryLayerZeroRedeems(wallet?: IAddress): Promise;