export declare const CURSOR = "\u2588";
/**
 * Fix the source code and return the new fixed source with the new absolute
 * position
 *
 * @param source - source code
 * @param position - absolute position
 *
 * @returns new fixed source
 */
export declare function fix(source: string, position?: number): string;
