import { PayInvoiceInput } from './types'; export declare const payInvoice: ({ nodeAddress, token, payload, }: PayInvoiceInput) => Promise;