export { prepareComment, getRegex } from './comments.js'; export declare const getLineFromPos: (str: string, pos: number) => number;