export declare function invoiceMessageText(invoiceId: Uint8Array, tag?: string): string; export declare function invoiceMessage(invoiceId: Uint8Array, tag?: string): Uint8Array; export declare function invoiceMessageToString(message: Uint8Array): string; //# sourceMappingURL=invoice.d.ts.map