export declare const processSelection: (range: Range, copyTgMarkdown: boolean, isInCodeBlock: boolean) => {
    html: string;
    plain: string;
};
