import type { LnUrlRequestInvoiceArgs, LnUrlRequestInvoiceResponse, LnUrlrequestInvoiceWithServiceParamsArgs } from './types';
export declare const requestInvoiceWithServiceParams: ({ params, tokens, comment, onionAllowed, validateInvoice, fetchGet, }: LnUrlrequestInvoiceWithServiceParamsArgs) => Promise<LnUrlRequestInvoiceResponse>;
export declare const requestInvoice: ({ lnUrlOrAddress, tokens, comment, onionAllowed, validateInvoice, fetchGet, }: LnUrlRequestInvoiceArgs) => Promise<LnUrlRequestInvoiceResponse>;
