import { SelectedTextRange } from "./SelectedTextRange"; declare type GetSelectedTextRangeCallbackOptions = import("../../common").CallbackOptions; export interface GetSelectedTextRangeOptions extends GetSelectedTextRangeCallbackOptions { } export {};