/**
 * Escape `\` and `*` characters in doc strings. Also removes the indentation if it
 * exists on all lines in the input.
 *
 * @param {import("../generate").GenerateContext} generateContext
 */
export function docStringCleanup(
  generateContext: import("../generate").GenerateContext,
): void;
//# sourceMappingURL=doc-string.d.ts.map
