import { type Transformer } from "unified"; import { Root } from "../nast/types.js"; /** Finds and creates lightning invoice nodes in the tree */ export declare function lightningInvoices(): Transformer;