/**
 * Create a short link for chat sharing.
 * Simplified version without Supabase dependency.
 *
 * @private utility of `<Chat/>` component
 */
export declare function createShortLinkForChat(utmUrl: string): Promise<string>;
