import { ContactObject } from "../openapi/types"; export declare function createContactInfo(contact: ContactObject): string;