import { LNURLResponse, LNURLChannelParams, LNURLWithdrawParams, LNURLAuthParams, LNURLPayParams } from './types';
export { LNURLResponse, LNURLChannelParams, LNURLWithdrawParams, LNURLAuthParams, LNURLPayParams, LNURLPayResult, LNURLPaySuccessAction } from './types';
export declare function getParams(lnurl: string): Promise<LNURLResponse | LNURLChannelParams | LNURLWithdrawParams | LNURLAuthParams | LNURLPayParams>;
