import { ShareMessageInput } from '../types'; export interface IResponse { shareUrl?: string; } export declare const shareMessage: ({ messageId, }: ShareMessageInput) => Promise;