import { ContactElement, UnivisEntity } from '../types'; export declare function parseOptions(options: { [arg: string]: string | undefined; }): { [arg: string]: string; }; export declare function resolveReferences(contacts: ContactElement[] | ContactElement | undefined, objects: T[] | undefined): T[];