export declare const formatDate: (iso: string) => string;
export declare const stripMarkdown: (text?: string) => string;
