import type { LnUrlWithdrawServiceArgs, LnUrlWithdrawServiceResponse } from './types'; export declare const requestWithdrawServiceParams: ({ lnUrl, onionAllowed, fetchGet, }: LnUrlWithdrawServiceArgs) => Promise;