import { SourceLoc } from './SourceLoc'; export declare function underlineSource(source: string, loc: SourceLoc, { underlineChar, underlineStyle, }?: { underlineChar?: string; underlineStyle?: (s: string) => string; }): string; //# sourceMappingURL=underlineSource.d.ts.map