import { Invoice } from 'xero-node';

declare const getInvoiceLink: (invoice: Invoice | string) => string;

export { getInvoiceLink };
