/**
 * Returns the first range
 * @returns range of the caret if it exists, null otherwise
 */
export declare function getRange(): Range | null;
