import { Invoice } from "./invoice"; /** * Decodes an invoice into an Invoice object * @param invoice * @return */ export declare function decode(invoice: string): Invoice;