/** * turn `\` into `\\` and `#` into `\#`, for stringifying in a TAP stream */ export declare const esc: (str: string) => string; //# sourceMappingURL=esc.d.ts.map