export type NofferReceipt = { res: 'ok'; preimage?: string; }; export declare const isNofferReceipt: (parsed: unknown) => parsed is NofferReceipt;