/** * Simple markdown parser that handles basic formatting without external dependencies */ export declare const parseSimpleMarkdown: (text: string) => string;