import { SelectionRange, SourceFile } from "./_namespaces/ts.js"; /** @internal */ export declare function getSmartSelectionRange(pos: number, sourceFile: SourceFile): SelectionRange; //# sourceMappingURL=smartSelection.d.ts.map