/** * Reindents pasted text based on the current line's markers */ export declare function smartReindent(pastedText: string, currentLineText: string): string;