/** * Escapes triple quotes for safe embedding in Python docstrings. * Expects: value is plain text description content. */ export declare function montyPythonDocstringEscape(value: string): string; //# sourceMappingURL=montyPythonDocstringEscape.d.ts.map