import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; 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; } //# sourceMappingURL=ChatLinkUnfurlObject.d.ts.map