export declare class CustomAdapterScriptObject { getAccountLinkType(providerAppId?: string): string getHtmlTitle(unfurlInputsJson?: string): string getInProgressConversationDetails(providerChannelIdentityId?: string, providerUserId?: string): string getLastConversationDetails(providerChannelIdentityId?: string, providerUserId?: string): string getUnfurlMetadata(unfurlInputsJson?: string): string getUrlsFromText(urlOrText?: string): string processUpdatedMessage(messagePayload?: string, providerAppId?: string, userId?: string, token?: string): Record sendUpdatedMessage(messageId?: string, updatedText?: string, channelUserProfileId?: string): void startCreatedConversation(providerChannelIdentityId?: string, providerUserId?: string): boolean constructor() }