import { Location } from '../types'; export default function stripLines(loc: { start: Location; end: Location; }, text: string | number): string;