import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class ChatLinkUnfurlObject { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) static sendUnfurledMessageQ(templateName?: string, tagMap?: Record, deviceType?: string, messageId?: string, conversationId?: string): void static unfurlLink(html?: string, url?: string): Record }