/**
 * Mappers for TypeScript and JavaScript
 */
import type { MappedText } from './types.js';
export declare function mapRawString(text: string): MappedText;
//# sourceMappingURL=typescript.d.ts.map