export declare type PayLightningInvoiceRequest = {
    /**
     * The BOLT11 of the invoice to pay
     */
    BOLT11?: string;
};
