import type { SourcePosition } from "./types.js"; export declare function offsetToPosition(source: string, offset: number): SourcePosition;