import type { LnUrlRequestPaymentArgs, LnUrlRequestPaymentResponse, LnUrlRequestPaymentWithServiceParamsArgs } from './types'; export declare const requestPaymentWithServiceParams: ({ params, invoice, validateInvoice, onionAllowed, fetchGet, }: LnUrlRequestPaymentWithServiceParamsArgs) => Promise; export declare const requestPayment: ({ lnUrl, invoice, validateInvoice, onionAllowed, fetchGet, }: LnUrlRequestPaymentArgs) => Promise;