import { Contact } from 'xero-node';

declare const getContactLink: (contact: Contact | string) => string;

export { getContactLink };
