import type { ShowMessageCommandData } from '../types'; export declare function showPreviewMessage(proactiveMessage?: ShowMessageCommandData['message']): void;