import Payment from '../interfaces/Payment'; declare const listAllPayments: (secretKey?: string | undefined) => Promise; export default listAllPayments;