/**
* turn \ into \\ and # into \#, for stringifying back to TAP
*/exportdeclareconstesc: (str: string) =>string;
/**
* turn \\ into \ and \# into #, for parsing TAP into JS
*/exportdeclareconstunesc: (str: string) =>string;
//# sourceMappingURL=escape.d.ts.map