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