export type ConvertOptions = {
    ellipsis?: boolean;
};
export type ConvertMarkdownOptions = {
    ellipsis?: boolean;
};
